flutter_delay_fetch 1.1.0 copy "flutter_delay_fetch: ^1.1.0" to clipboard
flutter_delay_fetch: ^1.1.0 copied to clipboard

discontinued

A flutter plugin to put a delay between fetch request and parsing data with a mixin, during page route navigation to avoid laggy animations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_delay_fetch

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

dependencies:
  flutter_delay_fetch: ^1.1.0

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_delay_fetch/flutter_delay_fetch.dart';
2
likes
30
pub points
0%
popularity

Publisher

verified publisherjroussel.fr

A flutter plugin to put a delay between fetch request and parsing data with a mixin, during page route navigation to avoid laggy animations.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_delay_fetch