- Introduction to MaterialApp and Scaffold widgets, FloatingActionButton and material design rules, Container Widget and features, Alignment Class and Margin - Padding parameters, MainAxis, CrossAxis, Expanded Widget and Flex features.
- Asset, Network and Circle Avatar Image Types, Using FadeinImage and IntrinsicHeight, FlutterLogo and PlaceHolder Widget features, Basic Button Types.
- Stateless and Stateful Widgets, Buildcontext Theme.
- Cards, ListTile Divider for Lists, Basic Usage of Listview and List.map Method. (You can scroll down and up with Listview.)
- ItemBuilder and Seperator Builder for RAM-Friendly Lists. (You can see that scrool move and separating how it's like.)
NOTE: I continued to use main4.dart for these operations. It is enough to just specify the class that we will define in the body: part.
- List Click Events and Fluttertoast Package Download, Using AlertDialog and SingleChildScrollView when List Element is clicked.
NOTE: This section is a continuation of the previous section. It is the updated version of the previous part under efficientListExample2 with some concepts. The topics I mentioned in before the note.
GridView Usages and Types