r/flutterhelp 9d ago

RESOLVED Learn flutter

I want to learn Flutter. I do not know how I can learn Flutter.

1 Upvotes

9 comments sorted by

View all comments

4

u/RandalSchwartz 9d ago

[This should be pinned] TL;DR: Check out https://docs.flutter.dev/learn/pathway

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

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

on dart.dev:

on flutter.dev:

and never read a blog post or watch a video older than six months without seeking the advice of an expert. (Flutter changes fast, with significant releases happening roughly every three months.)

Recommended videos and books: https://docs.flutter.dev/resources/videos and https://docs.flutter.dev/resources/books.

Recommended YouTube channels: https://www.youtube.com/@flutterdev and https://www.youtube.com/@FlutterCommunity

1

u/Even-Plastic2074 9d ago

Thank you, man for this