Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlutterWidgetDemo

Flutter demo examples to study flutter.

it includes following

1 splash.

2 login.

3 Shared Preferences.

4 Form validation.

5 Alert Dialog (Android style /ios style).

6 Sqflite Crud.

7 Google Map integration.

8 pick/show image from Camera, gallery.

9 Api(Network) Call.

10 ListView with static array.

11 Svg usage.

12 BottomNavigationBarItem usage.

Login Screen:

Login

Login Validation:

Screenshot_20190930-164357

Home Screen:

Screenshot_20190930-165818

MapView integration:

Screenshot_20190930-162143

Listview integration:

Screenshot_20190930-155104

Profile Details(Fetched From SharedPreference)

Screenshot_20190930-155130

Logout Confirmation:

Screenshot_20190930-155137

Add User to Sqflite Db:

Screenshot_20190930-192958

Update User:

Screenshot_20190930-193003

List of Users:

Screenshot_20190930-192953