hybrid_image 1.0.0 copy "hybrid_image: ^1.0.0" to clipboard
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

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: ^1.0.0

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
130
pub points
63%
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_svg, path

More

Packages that depend on hybrid_image