loader_plus 2.0.1 copy "loader_plus: ^2.0.1" to clipboard
loader_plus: ^2.0.1 copied to clipboard

Run asynchronous code before building your widget. Loader will rebuild your widget after the loading is complete.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add loader_plus

With Flutter:

 $ flutter pub add loader_plus

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

dependencies:
  loader_plus: ^2.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:loader_plus/loader_plus.dart';
2
likes
0
pub points
60%
popularity

Publisher

verified publisheritbug.shop

Run asynchronous code before building your widget. Loader will rebuild your widget after the loading is complete.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

async, flutter

More

Packages that depend on loader_plus