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

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: ^1.0.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
140
points
367
downloads

Publisher

verified publisherkikt.top

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on load