Last updated:
0 purchases
flutter loading kit
🎡 Flutter Loading Kit #
A cluster of beautiful Lottie Files all at one place to give your App a whole new Professional Look, in just two steps.
⚡️ Installing #
dependencies:
flutter_loading_kit: "^0.0.1"
copied to clipboard
📱 Import #
import 'package:flutter_loading_kit/flutter_loading_kit.dart';
copied to clipboard
👨💻 How To Use the package #
AnimatedLoader animatedLoader = new AnimatedLoader(
context: context,
height: 150.0,
width: 150.0,
isDismissable: true,
);
copied to clipboard
Show the Animated Loader #
animatedLoader.showDialog(AnimatedLoader.basketBall);
copied to clipboard
For more info, please, refer to the main.dart in the example.
🚀 Showcase #
🐛 Bugs/ Requests #
If you encounter any problems feel free to open an issue. If you feel the library is
missing a feature, please raise a ticket on Github and I'll look into it.
Pull request are also welcome.
📝 Note #
For help getting started with Flutter, view our online
documentation.
For help on editing plugin code, view the documentation.
👦 Authors #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.