hybrid_image 0.0.1 hybrid_image: ^0.0.1 copied to clipboard
A wrapper for flutter_svg and SDK image constructors
Hybrid Image #
Wraps flutter_svg and the Flutter SDK image providers and picks the right widget based on the file extension
Features #
As of right now it's possible to use three widgets:
- HybridAssetImage
- HybridNetworkImage
- HybridFileImage
Memory image isn't supported as of right now, because it's not possible to distinct between svg images and regular images
Getting started #
TODO: List prerequisites and provide or point to information on how to start using the package.
Usage #
TODO: Include short and useful examples for package users. Add longer examples
to /example
folder.
const like = 'sample';
Additional information #
TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.