imago 1.0.3 copy "imago: ^1.0.3" to clipboard
imago: ^1.0.3 copied to clipboard

A powerful and flexible image widget for Flutter applications with support for network images, local assets, and file images.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add imago

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

dependencies:
  imago: ^1.0.3

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:imago/imago.dart';
1
likes
130
points
189
downloads

Publisher

verified publishervenhdev.me

Weekly Downloads

A powerful and flexible image widget for Flutter applications with support for network images, local assets, and file images.

Repository (GitHub)
View/report issues

Topics

#flutter #image #widget #svg #caching

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_svg

More

Packages that depend on imago