Last updated:
0 purchases
lecle loading
Loading #
A flutter widget of loading progress Indicator. Easy to use, easy to extend. Migrate from loading package.
Installation #
Add dependency to pubspec.yaml
dependencies:
...
lecle_loading: ^0.0.1
copied to clipboard
Run in your terminal
flutter pub get
copied to clipboard
Example #
body: Container(
color: Colors.lightBlue,
child: Center(
child: LecleLoading(indicator: IndicatorType.ballBeat, size: 100.0, color: Colors.red),
),
),
copied to clipboard
Thanks #
AVLoadingIndicatorView
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.