any_image 0.0.1 copy "any_image: ^0.0.1" to clipboard
any_image: ^0.0.1 copied to clipboard

A universal Flutter image widget that renders any source

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add any_image

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

dependencies:
  any_image: ^0.0.1

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:any_image/any_image.dart';
2
likes
150
points
85
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A universal Flutter image widget that renders any source

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_svg

More

Packages that depend on any_image