Flutter Basics
This tutorial contains code samples of Flutter basics to start with.
Also provided GitHub links for the same for each Project:
first_flutter_app:
This project contains code related to basic UI elements like:
Label,TextField,Button and corresponding actions.
Please find below GitHub link for the same:
Note: Refer main.dart file present under “lib” folder.
second_flutter_app:
Contains code related to checkbox,checkboxListTile,Radio and RadioTiles
Contains code related to Switches,Sliders,DatePickers:
Contains code related to AppBar,FloatingActionButton,Fotterbuttons,BottomNavigation
Contains an Example related to SnackBar
sixth_flutter_app:
Contains code related to LoginScreen and Cards widget
seventh_flutter_app:
Contains code related to ListView to display list items from Network .
Also contains code to display image from Assets and Network