Skip to content

Commit 263922a

Browse files
Added ColorLoader4 and ColorLoader5
1 parent d6b104a commit 263922a

File tree

2 files changed

+19
-83
lines changed

2 files changed

+19
-83
lines changed

.idea/workspace.xml

Lines changed: 14 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,9 @@ A collection of Login Screens, Buttons and Loaders with attractive UIs, built wi
1212

1313
#### ColorLoaders
1414

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) | |
4318

4419
#### FlipLoaders
4520
_Example #1_
@@ -164,3 +139,5 @@ ___
164139
165140
Feel free to contribute. If you like the project and want to donate, [click here](https://www.paypal.me/samarthagarwal).
166141
142+
143+
```

0 commit comments

Comments
 (0)