hybrid_image 0.0.6 copy "hybrid_image: ^0.0.6" to clipboard
hybrid_image: ^0.0.6 copied to clipboard

outdated

This package wraps the flutter_svg package and the Flutter SDK image constructors. The package picks the right Image constructor based on extension

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hybrid_image

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  hybrid_image: ^0.0.6

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:hybrid_image/hybrid_image.dart';
6
likes
0
pub points
57%
popularity

Publisher

verified publisherdutchcodingcompany.com

This package wraps the flutter_svg package and the Flutter SDK image constructors. The package picks the right Image constructor based on extension

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_svg, path

More

Packages that depend on hybrid_image