|
1 | | -# Flutter Trip Application Design |
| 1 | +## Flutter Trip Application Design - Day 2 |
| 2 | + |
| 3 | +```dart |
| 4 | +class Day2 extends Flutter100DaysOfCode { |
| 5 | + video() { |
| 6 | + return { |
| 7 | + "title": "Flutter Trip Application Design", |
| 8 | + "description": "Let's work with PageView and add some animation.", |
| 9 | + "day": 2, |
| 10 | + "videoLink": "https://youtu.be/uqm6U5_bcH0" |
| 11 | + } |
| 12 | + } |
| 13 | +} |
| 14 | +``` |
2 | 15 |
|
3 | | -Flutter Trip Application UI/UX design - day 2 Flutter Animation and UI Design. |
4 | | - |
5 | | -This repository is a part of the 100-day design in Flutter. |
| 16 | +[Youtube Video](https://youtu.be/uqm6U5_bcH0) |
| 17 | +<br><br> |
6 | 18 |
|
7 | | -In this video we use, Flutter Animation, PageView, LinearGradient and so on in the one-speed video. |
| 19 | +## Previous Designs |
| 20 | +[Checkout my Youtube channel](https://youtube.com/afgprogrammer) |
8 | 21 |
|
9 | | -[Youtube Video](https://youtu.be/uqm6U5_bcH0) |
10 | 22 |
|
11 | | -## Last Design |
12 | | -- [UI Design- Day 1](https://github.com/afgprogrammer/flutter-inspiration-app-ui) |
| 23 | +<br><br> |
| 24 | +## Development Setup |
| 25 | +Clone the repository and run the following commands: |
| 26 | +``` |
| 27 | +flutter pub get |
| 28 | +flutter run |
| 29 | +``` |
13 | 30 |
|
14 | 31 | ## ScreenShot
|
15 | 32 |
|
16 | 33 | <img src="assets/screenshot/one.png" height="500em" /><img src="assets/screenshot/two.png" height="500em" /><img src="assets/screenshot/three.png" height="500em" />
|
17 | 34 |
|
| 35 | +## Links |
| 36 | + |
| 37 | +* [Website](https://afgprogrammer.com) |
| 38 | +* [Youtube channel](https://youtube.com/afgprogrammer) |
| 39 | +* [Twitter](https://twitter.com/afgprogrammer) |
| 40 | +* [Instagram](https://instagram.com/afgprogrammer) |
0 commit comments