hybrid_image 1.0.0 hybrid_image: ^1.0.0 copied to clipboard
This package wraps the flutter_svg package and the Flutter SDK image constructors. The package picks the right Image constructor based on extension
0.0.1 #
- Added Network, Asset and file constructors
0.0.2 #
- Updated README.md for more clarity on the usage
0.0.3 #
- Updated repository link
0.0.4 #
- Updated description field
0.0.5 #
- Replaced manually splitting Uri path with Uri.pathSegments
0.0.6 #
- Refactored the constructors of HybridImage. Constructors are now
HybridImage.network()
,HybridImage.asset()
andHybridImage.file()
.
0.0.7 #
- Updated README.md
0.0.8 #
- Updated README.md
- Changed first url, path and file parameter to non-named parameters
0.0.9 #
- Updated flutter_svg major version
1.0.0 #
- Changed min dart sdk to 2.17.x
- Updated flutter_lints and flutter_svg