loader_container 0.0.6 copy "loader_container: ^0.0.6" to clipboard
loader_container: ^0.0.6 copied to clipboard

A Simple Loader Widget for Flutter! Easily show loading widgets when your page is doing tasks in the background!

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add loader_container

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

dependencies:
  loader_container: ^0.0.6

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:loader_container/loader_container.dart';
2
likes
40
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

A Simple Loader Widget for Flutter! Easily show loading widgets when your page is doing tasks in the background!

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on loader_container