load 0.1.0 copy "load: ^0.1.0" to clipboard
load: ^0.1.0 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.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: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.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on load