Skip to content

Latest commit

 

History

History
47 lines (18 loc) · 2.2 KB

README.md

File metadata and controls

47 lines (18 loc) · 2.2 KB

Introduction to Dart and Flutter

WARNING: This repository has been created just for seeing my progress.

  • 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.

dart-flutter-basic-example

  • Asset, Network and Circle Avatar Image Types, Using FadeinImage and IntrinsicHeight, FlutterLogo and PlaceHolder Widget features, Basic Button Types.

Screenshot 2021-01-28 225136

  • Stateless and Stateful Widgets, Buildcontext Theme.

Screenshot 2021-01-29 202326

  • Cards, ListTile Divider for Lists, Basic Usage of Listview and List.map Method. (You can scroll down and up with Listview.)

Screenshot 2021-01-30 191616

  • 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.

ezgif com-gif-maker

  • 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.

ezgif com-gif-maker (1)

GridView Usages and Types

Screenshot 2021-02-01 195800