universal_picture 1.0.0
universal_picture: ^1.0.0 copied to clipboard
UniversalPicture is a versatile Flutter library for rendering images regardless of their format or source.
Changelog #
All notable changes to the "UniversalPicture" package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
- Initial release of the package.
1.0.0 - 2023-11-17 #
Added #
- Initial implementation of the
UniversalPicturewidget. - Support for loading images from local files, network, and in-memory data.
- Support for SVG images using
flutter_svg. - Customizable parameters for
width,height,fit, andcolor. - Comprehensive README and example usage.
Changed #
- N/A
Deprecated #
- N/A
Removed #
- N/A
Fixed #
- N/A
Security #
- N/A