Skip to content

Commit f4eb337

Browse files
Updated README.md
1 parent f58c2af commit f4eb337

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

.idea/workspace.xml

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

README.md

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

1313
#### ColorLoaders
1414

15-
| ![Screenshot](./screenshots/color_loader.gif) Color Loader 1| ![Screenshot](./screenshots/color_loader_2.gif) Color Loader 2 | ![Screenshot](./screenshots/color_loader_3.gif) Color Loader 3 |
15+
| ![Screenshot](./screenshots/color_loader.gif) Color Loader 1 | ![Screenshot](./screenshots/color_loader_2.gif) Color Loader 2 | ![Screenshot](./screenshots/color_loader_3.gif) Color Loader 3 |
1616
|-----------------------------------------------|-----------------------------------------------|-----------------------------------------------|
1717
| ![Screenshot](./screenshots/color_loader_4.gif) Color Loader 4 | ![Screenshot](./screenshots/color_loader_5.gif) Color Loader 5 | |
1818

@@ -101,43 +101,46 @@ ___
101101

102102
##### Usage
103103

104-
```Container(
104+
```
105+
Container(
105106
child: LoginScreen1(
106107
primaryColor: Color(0xFF4aa0d5),
107108
backgroundColor: Colors.white,
108109
backgroundImage: new AssetImage("assets/images/full-bloom.png"),
109110
),
110-
)```
111+
)
112+
```
111113

112114
### Login Screen 2
113115

114116
![Screenshots on Android and iOS](./screenshots/login_screen_2.png)
115117

116118
##### Usage
117119

118-
```Container(
120+
```
121+
Container(
119122
child: LoginScreen2(
120123
backgroundColor1: Color(0xFF444152),
121124
backgroundColor2: Color(0xFF6f6c7d),
122125
highlightColor: Color(0xfff65aa3),
123126
foregroundColor: Colors.white,
124127
logo: new AssetImage("assets/images/full-bloom.png"),
125128
),
126-
)```
129+
)
130+
```
127131

128132
### Login Screen 3
129133

130134
![Screenshots on Android and iOS](./screenshots/login_screen_3.gif)
131135

132136
##### Usage
133137

134-
```Container(
138+
```
139+
Container(
135140
child: LoginScreen3(),
136-
)```
141+
)
142+
```
137143

138144
## Contribution and Donation
139145

140146
Feel free to contribute. If you like the project and want to donate, [click here](https://www.paypal.me/samarthagarwal).
141-
142-
143-
```

0 commit comments

Comments
 (0)