Skip to content

Commit 2e24827

Browse files
Update README.md
1 parent 07891ae commit 2e24827

File tree

1 file changed

+29
-18
lines changed

1 file changed

+29
-18
lines changed

README.md

Lines changed: 29 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,38 @@
1-
# Flutter Beautiful Login Page UI Design and Animation
1+
## Flutter Beautiful Login Page UI Design and Animation
22

3-
Flutter Beautiful Login Page UI Design and Animation - day 12 Flutter Animation and UI Design.
4-
5-
This repository is a part of the 100-day design in Flutter.
3+
This repository is a port of flutter-100-days-of-code. In this repository we will create a beautiful login page UI with animation.
64

75
In this video we use, Flutter Animation, Fade, Stack, Positioned, BoxShadow, TextField, Gradient, LinearGradient and so on in the one-speed video.
86

97
[Youtube Video](https://youtu.be/NHAIiAmxTAU)
108

11-
## Last Design
12-
- [UI Design- Day 1](https://github.com/afgprogrammer/flutter-inspiration-app-ui)
13-
- [UI Design- Day 2](https://github.com/afgprogrammer/Flutter-trip-app-ui)
14-
- [UI Design- Day 3](https://github.com/afgprogrammer/Flutter-food-delivery-app-ui)
15-
- [UI Design- Day 4](https://github.com/afgprogrammer/Flutter-actors-profile-app-ui)
16-
- [UI Design- Day 5](https://github.com/afgprogrammer/Flutter-ripple-map-application)
17-
- [UI Design- Day 6](https://github.com/afgprogrammer/Flutter-page-transition-animation)
18-
- [UI Design- Day 7](https://github.com/afgprogrammer/Flutter-button-animation)
19-
- [UI Design- Day 8](https://github.com/afgprogrammer/Flutter-Splash-Screen-Animation)
20-
- [UI Design- Day 9](https://github.com/afgprogrammer/Flutter-Party-Event-Application)
21-
- [UI Design- Day 10](https://github.com/afgprogrammer/Flutter-GridView-Example-UI)
22-
- [UI Design- Day 11](https://github.com/afgprogrammer/Flutter-Travel-Application)
23-
24-
## ScreenShot
9+
## Previous Designs
10+
- [Flutter UI Design- Day 1](https://github.com/afgprogrammer/flutter-inspiration-app-ui)
11+
- [Flutter UI Design- Day 2](https://github.com/afgprogrammer/Flutter-trip-app-ui)
12+
- [Flutter UI Design- Day 3](https://github.com/afgprogrammer/Flutter-food-delivery-app-ui)
13+
- [Flutter UI Design- Day 4](https://github.com/afgprogrammer/Flutter-actors-profile-app-ui)
14+
- [Flutter UI Design- Day 5](https://github.com/afgprogrammer/Flutter-ripple-map-application)
15+
- [Flutter UI Design- Day 6](https://github.com/afgprogrammer/Flutter-page-transition-animation)
16+
- [Flutter UI Design- Day 7](https://github.com/afgprogrammer/Flutter-button-animation)
17+
- [Flutter UI Design- Day 8](https://github.com/afgprogrammer/Flutter-Splash-Screen-Animation)
18+
- [Flutter UI Design- Day 9](https://github.com/afgprogrammer/Flutter-Party-Event-Application)
19+
- [Flutter UI Design- Day 10](https://github.com/afgprogrammer/Flutter-GridView-Example-UI)
20+
- [Flutter UI Design- Day 11](https://github.com/afgprogrammer/Flutter-Travel-Application)
21+
22+
## ScreenShots
2523

2624
<img src="assets/screenshot/one.png" height="500em" />
2725

26+
## Development Setup
27+
Clone the repository and run the following commands:
28+
```
29+
flutter pub get
30+
flutter run
31+
```
32+
33+
## Links
34+
35+
* [Web site](https://afgprogrammer.com)
36+
* [Youtube channel](https://youtube.com/afgprogrammer)
37+
* [Twitter](https://twitter.com/afgprogrammer)
38+
* [Instagram](https://instagram.com/afgprogrammer)

0 commit comments

Comments
 (0)