animated_loading_indicators 1.0.0+4 copy "animated_loading_indicators: ^1.0.0+4" to clipboard
animated_loading_indicators: ^1.0.0+4 copied to clipboard

A collection of light-weighted animated loading indicators that has curated a diverse selection of loading indicators, ranging from unique designs to enhanced functionalities.

🏆 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 #

7
likes
140
pub points
67%
popularity

Publisher

unverified uploader

A collection of light-weighted animated loading indicators that has curated a diverse selection of loading indicators, ranging from unique designs to enhanced functionalities.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on animated_loading_indicators