micro_loaders 0.0.2 micro_loaders: ^0.0.2 copied to clipboard
A collection of animated loaders with flutter made by micro club
Micro Loaders #
A collection of animated loaders with flutter made by Micro Club - USTHB.
What is Micro Club ? #
Micro Club is a scientific club established in 1985 at USTHB. It is the first Algerian scientific club dedicated to computer science and technology, with over 1000 members passionate about technology and collaboration. MicroClub fosters scientific innovation and nurtures young talents in the field of technology through various activities, events, and projects.
Installing #
dependencies:
micro_loaders: ^0.0.1
Import #
import 'package:micro_loaders/micro_loaders.dart';
How To Use #
const circleDots = CircleDotsLoader(
size: 100,
color: Colors.blue,
duration: 1
);
final loader = GrowingArcLoader(
size: 80,
primaryColor: Colors.white,
arcColor: Colors.red,
strokeWidth: 6,
duration: 1500
);
Center (
child: FileDownloadLoader(
totalSize: 100.0,
downloadSpeed: 5.0
)
)
Demo #
CircleArc |
CircleDots |
CircleRotating |
Circles |
CircularOrbit |
ColorfulDots |
CrlMug |
Dots |
DotsProgress |
DualDots |
DualRotating |
Edge |
ExpandedDual |
ExpandingArc |
ExpandingHalves |
Explosion |
FadeScale |
FileDownload |
Flowers |
FourDots |
GrowingArc |
Pendulum |
Points |
Progress |
PulseRing |
Rotating |
RotatingArc |
RotatingDual |
RotatingTwoArc |
ScaleDots |
SlidingDots |
SlidingSquare |
Spinning |
SpinningBars |
Spiral |
Sun |
Sunshine |
Text |
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 we'll look into it.
Note #
For help getting started with Flutter, the official documentation.
Authors #
License #
MIT License