Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab68f5a

Browse files
Merge branch 'RivaanRanawat-master'
2 parents 50aa887 + ad323e9 commit ab68f5a

File tree

9 files changed

+539
-87
lines changed

9 files changed

+539
-87
lines changed

.idea/workspace.xml

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

README.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,64 @@ Container(
151151
)
152152
```
153153

154+
### Login Screen 4
155+
156+
![Screenshot on Android](./screenshots/login_screen_4.jpeg)
157+
158+
##### Usage
159+
160+
```
161+
Container(
162+
child: LoginScreen4(
163+
primaryColor: Color(0xff18203d),
164+
secondaryColor: Color(0xff232c51),
165+
logoGreen: Color(0xff25bcbb),
166+
),
167+
)
168+
```
169+
170+
### Login Screen 5
171+
172+
![Screenshot on Android](./screenshots/login_screen_5.jpeg)
173+
174+
##### Usage
175+
176+
```
177+
Container(
178+
child: LoginScreen5(
179+
avatarImage: "path/to/image.png",
180+
onLoginClick: () {
181+
// when login button is pressed
182+
},
183+
googleSignIn: () {
184+
// when google signin button is pressed
185+
},
186+
navigatePage: () {
187+
// change to signup screen
188+
}
189+
),
190+
)
191+
```
192+
193+
### Login Screen 6
194+
195+
![Screenshot on Android](./screenshots/login_screen_6.jpeg)
196+
197+
##### Usage
198+
199+
```
200+
Container(
201+
child: LoginScreen6(
202+
onLoginClick: () {
203+
// when login button is pressed
204+
},
205+
navigatePage: () {
206+
// change to signup screen
207+
}
208+
),
209+
)
210+
```
211+
154212
## Contribution and Donation
155213

156214
Feel free to contribute. If you like the project and want to donate, [click here](https://www.paypal.me/samarthagarwal).

0 commit comments

Comments
 (0)