flutter_image_converter 0.3.0
flutter_image_converter: ^0.3.0 copied to clipboard
Ultimative converter between Dart & Flutter images: ui, widgets, package image, ImageProvider, raw bytes, Base64 string. Works in any direction.
Changelog #
All notable changes to the project FlutterImageConverter
will be documented in this file.
See Conventional Commits for commit guidelines.
0.3.0 #
- Provided a converter to
Bitmap
format. - Added an example and links to tests in
README
.
0.2.0 #
- Provided
sync
andasync
(non-blocking) converters. Thanks eibaan. - Introduced
pngByteData
. - Removed
base64String
. - Added an example and
Thanks
section toREADME
.
0.1.1 #
- Provided a better screeenshot representation in
README
. - Shorted a package description.
0.1.0 #
- Initial release.