Christophe-re / Flutter-exercises

A collection of practical exercises to help developers learn Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Exercices

Exercises

  • Exercise 1 - Learn the basics about state management
  • Exercise 2 - Learn about layout composition, navigation, WS calls and Google Maps integration

Some essentials Widgets

  • Scaffold, Container, Stack
  • Row, Column,
  • Listview
  • Padding, Center,
  • Expanded, Flexible
  • SizedBox, SingleChildScrollView
  • GestureDetector, InkWell 

Resources

Flutter official documentation is quite good, here are some links that could be interesting:

The Cookbook gives some recipes for common use-cases.

The "From another platform?" section can be really useful if you have experience in another platform:

About

A collection of practical exercises to help developers learn Flutter


Languages

Language:Dart 80.2%Language:HTML 14.4%Language:Swift 3.9%Language:Kotlin 1.2%Language:Objective-C 0.4%