load 0.1.5 copy "load: ^0.1.5" to clipboard
load: ^0.1.5 copied to clipboard

outdated

Global loading widget, Pure flutter library, not use native code. It is similar to OKToast in use.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add load

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

dependencies:
  load: ^0.1.5

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:load/load.dart';
22
likes
0
pub points
87%
popularity

Publisher

verified publisherkikt.top

Global loading widget, Pure flutter library, not use native code. It is similar to OKToast in use.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on load