🏆 Animated Loading Indicators

License: MIT

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';

💻 How To Use

const pacmanLoader = PacmanLoader(
  size: 40,
  duration: Duration(milliseconds: 450),
  mainColor: Colors.red,
  borderColor: Colors.transparent,
  eyeColor: Colors.white,
  isStatic: true,
);
const infinityCradle = InfinityCradle(
  size: 50,
  color: Colors.red,
  duration: Duration(seconds: 1),
);

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