Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kaguralir/Flutter-exercises

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Exercices

Exercises

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

Submit your work

To submit your work clone the repository and checkout the work branch of the exercise (exo1/work, exo2/work, etc.). Then create a PR against this branch with the name Exo X - My Name, for example Exo 1 - Nicolas P.

This PR will never be accepted (sorry 😉) but will be used to check your work and make some feedback.

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 80.1%
  • HTML 14.4%
  • Swift 3.9%
  • Kotlin 1.2%
  • Objective-C 0.4%