DEV Community

Discussion on: Flutter Roadmap | How To Learn Flutter In 2022 The Right Way

Collapse
 
randalschwartz profile image
Randal L. Schwartz

Whatever path you take, start with the Google-provided well-written up-to-date documentation, namely:

first, install Dart and Flutter as indicated on docs.flutter.dev/get-started/install for your platform

on dart.dev:

  • read the entire tour
  • skim the library tour
  • do the codelabs

on flutter.dev:

  • read the overview material
  • do the codelabs
  • skim the cookbook

and never read a blog post or watch a video older than six months without seeking the advice of an expert.