hybrid_image 0.0.8 hybrid_image: ^0.0.8 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