Skip to content

I'm a newbie in Dart and Flutter. I decided to collect my progress in this repo. So in the future, I will hate the code I write for now :)

License

Notifications You must be signed in to change notification settings

gokberkguner/Dart-Flutter-Adventure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

I'm a newbie in Dart and Flutter. I decided to collect my progress in this repo. So in the future, I will hate the code I write for now :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages