|
1 | 1 | # FlutterWidgetDemo |
2 | 2 |
|
3 | | -A new Flutter application. |
| 3 | +> Flutter demo examples to study flutter. |
| 4 | +#### it includes following |
4 | 5 |
|
5 | | -## Getting Started |
| 6 | +1 splash. |
6 | 7 |
|
7 | | -This project is a starting point for a Flutter application. |
| 8 | +2 login. |
8 | 9 |
|
9 | | -A few resources to get you started if this is your first Flutter project: |
| 10 | +3 Shared Preferences. |
10 | 11 |
|
11 | | -- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) |
12 | | -- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) |
| 12 | +4 Form validation. |
13 | 13 |
|
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. |
| 14 | +5 Alert Dialog (Android style /ios style). |
| 15 | + |
| 16 | +6 Sqflite Crud. |
| 17 | + |
| 18 | +7 Google Map integration. |
| 19 | + |
| 20 | +8 pick/show image from Camera, gallery. |
| 21 | + |
| 22 | +9 Api(Network) Call. |
| 23 | + |
| 24 | +10 ListView with static array. |
| 25 | + |
| 26 | +11 Svg usage. |
| 27 | + |
| 28 | +12 BottomNavigationBarItem usage. |
| 29 | + |
| 30 | +>Login Screen: |
| 31 | +
|
| 32 | + |
| 33 | + |
| 34 | +>Login Validation: |
| 35 | +
|
| 36 | + |
| 37 | + |
| 38 | +>Home Screen: |
| 39 | +
|
| 40 | + |
| 41 | + |
| 42 | +>MapView integration: |
| 43 | +
|
| 44 | + |
| 45 | + |
| 46 | +>Listview integration: |
| 47 | +
|
| 48 | + |
| 49 | + |
| 50 | +>Profile Details(Fetched From SharedPreference) |
| 51 | +
|
| 52 | + |
| 53 | + |
| 54 | +>Logout Confirmation: |
| 55 | +
|
| 56 | + |
| 57 | + |
| 58 | +>Add User to Sqflite Db: |
| 59 | +
|
| 60 | + |
| 61 | + |
| 62 | +>Update User: |
| 63 | +
|
| 64 | + |
| 65 | + |
| 66 | +>List of Users: |
| 67 | +
|
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
0 commit comments