flutter_advanced_networkimage 0.4.0-alpha flutter_advanced_networkimage: ^0.4.0-alpha copied to clipboard
An advanced image provider provides caching and retrying for flutter app. Now with zoomable widget and transition to image widget
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_advanced_networkimage
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_advanced_networkimage: ^0.4.0-alpha
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:flutter_advanced_networkimage/flutter_advanced_networkimage.dart';