imageengine_flutter 0.0.2
imageengine_flutter: ^0.0.2 copied to clipboard
Flutter package for optimized responsive images.
0.0.1 #
- Initial release of the ImageEngine Flutter package.
0.0.1+1 #
- Updated README.md for clarity and conciseness
Features #
- Added
ResponsiveImagewidget inlib/src/responsive_widget.dartfor hassle-free optimized responsive images. - Implemented utility functions in
lib/src/utils.dartfor URL construction and image optimization. - Provided an example usage in
example/example/lib/main.dartdemonstrating theResponsiveImagewidget in a shopping cart scenario.