leulit_flutter_loading 0.2.0
leulit_flutter_loading: ^0.2.0 copied to clipboard
Modal full-screen loading overlay for Flutter (iOS, Android, web), driven by leulit_flutter_actionmanager actions and sized with leulit_flutter_fullresponsive.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add leulit_flutter_loadingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
leulit_flutter_loading: ^0.2.0Alternatively, 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:leulit_flutter_loading/leulit_flutter_loading.dart';