loading_layout 1.0.1 copy "loading_layout: ^1.0.1" to clipboard
loading_layout: ^1.0.1 copied to clipboard

The easy way to show loading indicators in your Flutter app. Less boilerplate code, highly customizable.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add loading_layout

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

dependencies:
  loading_layout: ^1.0.1

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

Publisher

unverified uploader

The easy way to show loading indicators in your Flutter app. Less boilerplate code, highly customizable.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on loading_layout