Last updated:
0 purchases
animated loading indicators
🏆 Animated Loading Indicators #
A collection of animated loading indicators that bring a delightful user experience to your applications. The collection has curated a diverse selection of loading indicators, ranging from unique designs to enhanced functionalities. Each indicator is carefully crafted to provide visual feedback during data fetching or processing, ensuring a seamless and engaging user interface. Very light and easy to use!
🍰 Demo #
InfinityCradle
ClockLoader
ThreeIcons
YingYang
TextLoader
FlipIcons
Pacman
CircleAnimation
CircleLoaderAnimation
UpDownLoader
Eye-Moving
Percentage indicator
➕ Import #
import 'package:animated_loading_indicators/animated_loading_indicators.dart';
copied to clipboard
💻 How To Use #
const pacmanLoader = PacmanLoader(
size: 40,
duration: Duration(milliseconds: 450),
mainColor: Colors.red,
borderColor: Colors.transparent,
eyeColor: Colors.white,
isStatic: true,
);
copied to clipboard
const infinityCradle = InfinityCradle(
size: 50,
color: Colors.red,
duration: Duration(seconds: 1),
);
copied to clipboard
For more usecase info, please, refer to the main.dart in the example folder.
🆘 Requests #
If you have faced with any issues or you have any recommendations, please fork the project and send a pull request with your comments.
❗️ Note #
For help getting started with Flutter, view the online
documentation.
For help on editing plugin code, view the documentation.
📰 License #
MIT License.
✍️ Authors #
Azizullo Sadriddinzoda ([email protected])
Anushervon Qodirzoda ([email protected])
Habibullo Assoev ([email protected])
Yoqub Davlatov ([email protected])
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.