@@ -12,34 +12,9 @@ A collection of Login Screens, Buttons and Loaders with attractive UIs, built wi
12
12
13
13
#### ColorLoaders
14
14
15
- | ```ColorLoader(
16
- colors: colors,
17
- duration: Duration(milliseconds: 1200)
18
- )``` | ![ Screenshot] ( ./screenshots/color_loader.gif ) |
19
- | ```ColorLoader2(
20
- color1: Colors.redAccent,
21
- color2: Colors.deepPurple,
22
- color3: Colors.green,
23
- )``` | ![ Screenshot] ( ./screenshots/color_loader_2.gif ) |
24
- | ```ColorLoader3(
25
- radius: 15.0,
26
- dotRadius: 6.0,
27
- )``` | ![ Screenshot] ( ./screenshots/color_loader_3.gif ) |
28
- | ```ColorLoader4(
29
- dotOneColor: Colors.pink,
30
- dotTwoColor: Colors.amber,
31
- dotThreeColor: Colors.deepOrange,
32
- dotType: DotType.square,
33
- duration: Duration(milliseconds: 1200),
34
- ),``` | ![ Screenshot] ( ./screenshots/color_loader_4.gif ) |
35
- | ```ColorLoader5(
36
- dotOneColor: Colors.redAccent,
37
- dotTwoColor: Colors.blueAccent,
38
- dotThreeColor: Colors.green,
39
- dotType: DotType.circle,
40
- dotIcon: Icon(Icons.adjust),
41
- duration: Duration(seconds: 1),
42
- )``` | ![ Screenshot] ( ./screenshots/color_loader_5.gif ) |
15
+ | ![ Screenshot] ( ./screenshots/color_loader.gif ) | ![ Screenshot] ( ./screenshots/color_loader_2.gif ) | ![ Screenshot] ( ./screenshots/color_loader_3.gif ) |
16
+ | -----------------------------------------------| -----------------------------------------------| -----------------------------------------------|
17
+ | ![ Screenshot] ( ./screenshots/color_loader_4.gif ) | ![ Screenshot] ( ./screenshots/color_loader_5.gif ) | |
43
18
44
19
#### FlipLoaders
45
20
_ Example #1_
164
139
165
140
Feel free to contribute. If you like the project and want to donate, [click here](https://www.paypal.me/samarthagarwal).
166
141
142
+
143
+ ```
0 commit comments