flutter_advanced_networkimage_2 2.0.1 copy "flutter_advanced_networkimage_2: ^2.0.1" to clipboard
flutter_advanced_networkimage_2: ^2.0.1 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_2

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

dependencies:
  flutter_advanced_networkimage_2: ^2.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:flutter_advanced_networkimage_2/provider.dart';
import 'package:flutter_advanced_networkimage_2/transition.dart';
import 'package:flutter_advanced_networkimage_2/zoomable.dart';
13
likes
80
pub points
86%
popularity

Publisher

unverified uploader

An advanced image provider provides caching and retrying for flutter app. Now with zoomable widget and transition to image widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, flutter, flutter_svg, http, path, path_provider, pool

More

Packages that depend on flutter_advanced_networkimage_2