image_loader 1.0.4
image_loader: ^1.0.4 copied to clipboard
Image loader is a helper library to load image from many resorces as[assets, file or network with cach]. With support with making shape around it as circle or rounded corners
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add image_loaderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
image_loader: ^1.0.4Alternatively, 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:image_loader/default_error_widget.dart';
import 'package:image_loader/image_helper.dart';