Loading Indicator Animation Flutter
A collection of beautiful and customizable loading indicator animations for Flutter applications. This package provides various loading animations to enhance user experience.
Available Indicators
Here is a preview of all the available loading indicators:
| Ring | Tailspin | Line Spinner | Squircle | Reuleaux |
|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
| Tail Chase | Dot Spinner | Spiral | Bouncy | Treadmill |
|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
| Bouncy Arc | Waveform | Hatch | Hourglass | Zoomies |
|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
| Line Wobble | Infinity | Trefoil | Cardio | Helix |
|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
| Grid | Quantum | Wobble | Orbit | Chaotic Orbit |
|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
| Superballs | Trio | Momentum | Dot Wave |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
Screen Recording
Installation
Add the following dependency to your pubspec.yaml:
yaml
dependencies: flutter: sdk: flutter loading_indicator_animation_flutter: latest_version
Usage
import 'package:flutter/material.dart'; import 'package:loading_indicator_animation_flutter/loading_indicator_animation_flutter.dart';
void main() { runApp(MyApp()); }
class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( home: Scaffold( appBar: AppBar(title: Text("Loading Indicators")), body: Center( child: LoadingIndicator(type: LoadingIndicatorType.ring), ), ), ); } }
Contributions
Contributions are welcome! Feel free to open issues and submit pull requests.
Libraries
- bouncy_indicator_animation
- bouncyarc_indicator_animation
- cardio_indicator_animation
- chaoticorbit_indicator_animation
- dotspinner_indicator_animation
- dotwave_indicator_animation
- grid_indicator_animation
- hatch_indicator_animation
- helix_indicator_animation
- infinity_indicator_animation
- linesplinner_indicator_animation
- linewobble_indicator_animation
- main
- momentum_indicator_animation
- orbit_indicator_animation
- Pinwheel_indicator_animation
- quantum_indicator_animation
- reuleaux_indicator_animation
- ring_indicator_animation
- spiral_indicator_animrtion
- square_indicator_animation
- squircle_indicator_animation
- superballs_indicator_animation
- tailchase_indicator_animation
- tailspin_indicator_animation
- treadmill_indicator_animation
- trefoil_indicator_animation
- trio_indicator_animation
- waveform_indicator_animation
- wobble_indicator_animation
- zoomies_indicator_animation




























