You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of out of the box loading animations written in pure dart, no extra dependency, inspired by [loaders.css](https://github.com/ConnorAtherton/loaders.css) and [NVActivityIndicatorView](https://github.com/ninjaprox/NVActivityIndicatorView).
7
6
@@ -10,7 +9,7 @@ A collection of out of the box loading animations written in pure dart, no extra
10
9
11
10
Now, you can click [this site](https://tinoguo.github.io/loading_indicator/) to preview.**3D effect will be invalid in web.**
12
11
13
-

12
+

14
13
15
14
## Animation types
16
15
@@ -29,9 +28,18 @@ Now, you can click [this site](https://tinoguo.github.io/loading_indicator/) to
29
28
Install the latest version from [pub](https://pub.dev/packages/loading_indicator)
30
29
31
30
## Usage
32
-
very simple to use
31
+
Simple but powerful parameters
32
+
33
+
```
34
+
LoadingIndicator(
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
0 commit comments