Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mindinventory/clock_loader
Highly versatile Widget display the smooth and creative loader named as clock loader.
https://github.com/mindinventory/clock_loader
clock-loader flutter flutter-clock-loader flutter-loader
Last synced: 2 months ago
JSON representation
Highly versatile Widget display the smooth and creative loader named as clock loader.
- Host: GitHub
- URL: https://github.com/mindinventory/clock_loader
- Owner: Mindinventory
- License: mit
- Created: 2022-01-20T07:09:05.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T08:41:11.000Z (over 2 years ago)
- Last Synced: 2024-11-15T06:51:30.367Z (2 months ago)
- Topics: clock-loader, flutter, flutter-clock-loader, flutter-loader
- Language: Dart
- Homepage: https://www.mindinventory.com/flutter-app-development.php
- Size: 1.93 MB
- Stars: 23
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Clock Loader
Highly versatile Widget display the smooth and creative loader named as clock loader.# Platforms
This package has been successfully tested on iOS, Android & web.# Examples
The following examples are extracted from the example project available in the repository. More examples are available in this project.# Samples of Clockloader with choices
## Clock loader with circle particles
![clock-loader](https://user-images.githubusercontent.com/85343307/150532317-0f4d4042-0854-4648-b3a2-a1012948e4f2.gif)# How to Use
```
ClockLoader(
clockLoaderModel: ClockLoaderModel(
shapeOfParticles: ShapeOfParticlesEnum.circle,
mainHandleColor: Colors.white,
particlesColor: Colors.white,
),
);
```# LICENSE!
Clockloader is [MIT-licensed](https://github.com/mi-ghanshyam/clock_loader/blob/master/LICENSE).
# Let us know!
We’d be really happy if you send us links to your projects where you use our component. Just send an email to [email protected] and do let us know if you have any questions or suggestion regarding our work.