micro_loaders 0.0.2 copy "micro_loaders: ^0.0.2" to clipboard
micro_loaders: ^0.0.2 copied to clipboard

A collection of animated loaders with flutter made by micro club

Micro Loaders #

Format, Analyze and Test

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 #

Badla Moussaab Slimane Houache Heddouche Amine Zegaoui Yasmine Kemmoun Ramzy

License #

MIT License

14
likes
0
points
396
downloads

Publisher

verified publishermicroclub.info

Weekly Downloads

A collection of animated loaders with flutter made by micro club

License

unknown (license)

Dependencies

flutter

More

Packages that depend on micro_loaders