Images A image compress package like Luban for dart Feb 27, 2019 1 min read flutter_luban A image compress package like Luban for dart. Example CompressObject compressObject = CompressObject( imageFile:imageFile, //image path:tempDir.path, //compress to path quality: 85,//first compress quality, default 80 step: 9,//compress quality step, The bigger the fast, Smaller is more accurate, default 6 mode: CompressMode.LARGE2SMALL,//default AUTO ); Luban.compressImage(compressObject).then((_path) { setState(() { print(_path); }); }); Dart GitHub https://github.com/crazecoder/flutter_luban Images
Background A Flutter plugin for offline background removal from images (Android/IOS) The Background Removal Library is a powerful tool designed to seamlessly remove backgrounds from images in both Android and iOS platforms. 04 March 2024
Images NatureView2 - Nature Images App built with Flutter NatureView2 - Nature Images App built with Flutter 05 February 2024
Images A Flutter package for interacting with the VisionCraft API for image generation A Flutter package for interacting with the VisionCraft API for image generation. 25 January 2024