wjyefeng / loading_indicator

🚅Flutter out-of-the-box collection animations written in pure dart.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoadingIndicator

pub package 中文版

A collection of out of the box loading animations written in pure dart, no extra dependency, inspired by loaders.css and NVActivityIndicatorView.

Demo

Now, you can click this site to preview.3D effect will be invalid in web.

Animation types

Type Type Type Type
1. ballPulse 2. ballGridPulse 3. ballClipRotate 4. squareSpin
5. ballClipRotatePulse 6. ballClipRotateMultiple 7. ballPulseRise 8. ballRotate
9. cubeTransition 10. ballZigZag 11. ballZigZagDeflect 12. ballTrianglePath
13. ballScale 14. lineScale 15. lineScaleParty 16. ballScaleMultiple
17. ballPulseSync 18. ballBeat 19. lineScalePulseOut 20. lineScalePulseOutRapid
21. ballScaleRipple 22. ballScaleRippleMultiple 23. ballSpinFadeLoader 24. lineSpinFadeLoader
25. triangleSkewSpin 26. pacman 27. ballGridBeat 28. semiCircleSpin
29. ballRotateChase 30. orbit 31. audioEqualizer 32. circleStrokeSpin

Installing

Install the latest version from pub

Usage

very simple to use

LoadingIndicator(indicatorType: Indicator.ballPulse, color: Colors.white,)

License

Apache 2.0

Todo

☑️ remove setState to improve performance

About

🚅Flutter out-of-the-box collection animations written in pure dart.

License:Apache License 2.0


Languages

Language:Dart 99.8%Language:HTML 0.2%