|
1 | | -#day35 |
| 1 | +## Flutter Home Service Application Example - Day 35 |
2 | 2 |
|
3 | | -A new Flutter project. |
| 3 | +```dart |
| 4 | +class Afgprogrammer extends Flutter100DaysOfCode { |
| 5 | + video() { |
| 6 | + return { |
| 7 | + "title": "Flutter Home Service Application Example", |
| 8 | + "description": "Let’s make a home service application.", |
| 9 | + "day": 35, |
| 10 | + } |
| 11 | + } |
| 12 | +} |
| 13 | +``` |
4 | 14 |
|
5 | | -## Getting Started |
| 15 | +Assets |
| 16 | +* [icon8](https://icons8.com) |
6 | 17 |
|
7 | | -This project is a starting point for a Flutter application. |
| 18 | +## Previous Designs |
| 19 | +[Checkout my Youtube channel](https://youtube.com/afgprogrammer) |
8 | 20 |
|
9 | | -A few resources to get you started if this is your first Flutter project: |
10 | 21 |
|
11 | | -- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) |
12 | | -- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) |
| 22 | +## Development Setup |
| 23 | +Clone the repository and run the following commands: |
| 24 | +``` |
| 25 | +flutter pub get |
| 26 | +flutter run |
| 27 | +``` |
13 | 28 |
|
14 | | -For help getting started with Flutter, view our |
15 | | -[online documentation](https://flutter.dev/docs), which offers tutorials, |
16 | | -samples, guidance on mobile development, and a full API reference. |
| 29 | +## Screenshots |
| 30 | +### Select Service Page |
| 31 | +<img src="assets/screenshots/select-service-page.png" /> |
| 32 | + |
| 33 | + |
| 34 | +## Links |
| 35 | + |
| 36 | +* [Website](https://afgprogrammer.com) |
| 37 | +* [Youtube channel](https://youtube.com/afgprogrammer) |
| 38 | +* [Twitter](https://twitter.com/afgprogrammer) |
| 39 | +* [Instagram](https://instagram.com/afgprogrammer) |
0 commit comments