general_image 1.0.1 copy "general_image: ^1.0.1" to clipboard
general_image: ^1.0.1 copied to clipboard

This Flutter package provides a simple way to show images from the Internet or from assets in one line of code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add general_image

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

dependencies:
  general_image: ^1.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:general_image/general_image.dart';
3
likes
130
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

This Flutter package provides a simple way to show images from the Internet or from assets in one line of code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_svg, shimmer

More

Packages that depend on general_image