@@ -9,7 +9,7 @@ A collection of out of the box loading animations written in pure dart, no extra
99
1010Now, you can click [ this site] ( https://tinoguo.github.io/loading_indicator/ ) to preview.** 3D effect will be invalid in web.**
1111
12- ![ ] ( gif/demo_2021_07_18 .gif )
12+ ![ ] ( gif/demo_2021_07_18_02 .gif )
1313
1414## Animation types
1515
@@ -18,11 +18,12 @@ Now, you can click [this site](https://tinoguo.github.io/loading_indicator/) to
1818| 1. ballPulse | 2. ballGridPulse | 3. ballClipRotate | 4. squareSpin|
1919| 5. ballClipRotatePulse | 6. ballClipRotateMultiple | 7. ballPulseRise | 8. ballRotate|
2020| 9. cubeTransition | 10. ballZigZag | 11. ballZigZagDeflect | 12. ballTrianglePath|
21- | 13. ballScale | 14. lineScale | 15. lineScaleParty | 16. ballScaleMultiple|
22- | 17. ballPulseSync | 18. ballBeat | 19. lineScalePulseOut | 20. lineScalePulseOutRapid|
23- | 21. ballScaleRipple | 22. ballScaleRippleMultiple | 23. ballSpinFadeLoader | 24. lineSpinFadeLoader|
24- | 25. triangleSkewSpin | 26. pacman | 27. ballGridBeat | 28. semiCircleSpin|
25- | 29. ballRotateChase | 30. orbit | 31. audioEqualizer | 32. circleStrokeSpin|
21+ | 13. ballTrianglePathColored | 14.ballTrianglePathColoredFilled | 15. ballScale | 16. lineScale|
22+ | 17. lineScaleParty | 18. ballScaleMultiple | 19. ballPulseSync | 20. ballBeat|
23+ | 21. lineScalePulseOut | 22. lineScalePulseOutRapid | 23. ballScaleRipple | 24. ballScaleRippleMultiple|
24+ | 25. ballSpinFadeLoader | 26. lineSpinFadeLoader | 27. triangleSkewSpin | 28. pacman|
25+ | 29. ballGridBeat | 30. semiCircleSpin| 31. ballRotateChase | 32. orbit|
26+ | 33. audioEqualizer | 34. circleStrokeSpin|
2627
2728## Installing
2829Install the latest version from [ pub] ( https://pub.dev/packages/loading_indicator )
@@ -32,10 +33,11 @@ Simple but powerful parameters
3233
3334```
3435LoadingIndicator(
35- colors: const [Colors.white], /// The color collections
36- indicatorType: Indicator.ballPulse, /// The loading type of the widget
37- strokeWidth: 2, /// The stroke of the line, only applicable to widget which contains line
38- backgroundColor: Colors.black, /// Background of the widget
36+ indicatorType: Indicator.ballPulse, /// Required, The loading type of the widget
37+ colors: const [Colors.white], /// Optional, The color collections
38+ strokeWidth: 2, /// Optional, The stroke of the line, only applicable to widget which contains line
39+ backgroundColor: Colors.black, /// Optional, Background of the widget
40+ pathBackgroundColor: Colors.black /// Optional, the stroke backgroundColor
3941)
4042```
4143
0 commit comments