flutter_image_converter 0.4.1 flutter_image_converter: ^0.4.1 copied to clipboard
Ultimate 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.4.1 #
- Formatted
README TODO section
.
0.4.0 #
- Web platform support. Thanks @faithoflifedev and Google Vision Images Flutter Widget.
- BREAKING CHANGES. Working with
File
has been excluded. You can find this extension intest\helpers\check_image.dart
. - Updated
README
.
0.3.4 #
- Provided a link to webduet.de into
README
. - Enhanced Fresher's badge.
- Upgraded dependencies.
0.3.3 #
- Changed the style for shields in
README
. - Added a link to Awesome Flutter in
example/README
. - Stabilized CI for tests.
- Excluded some folders from the analysis.
- Updated cover.
0.3.2 #
- Enhanced
README
: added an opening speech in Welcome section, What's New section, shorted sentences, added a link to CodeTriangle, replaced badges with supported platforms to https://badgen.net/pub, etc. - Upgraded dependencies.
0.3.1 #
- Included Whats New section in
README
. - Updated a curated list in
README
. - Provided emojis to some sections in
README
. - Added a quality code badge to
README
. Thanks CodeFactor. - Replaced supported platforms and SDKs to dynamic badges. Thanks Badgen.
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.