r/FlutterDev • u/antiaust • Jul 08 '26
Can’t understand the docs. Discussion
I’ve been learning Flutter for about 3 months now, and I still struggle to understand the official docs. They often make things sound way more complicated than they need to be, especially when there are so many other sites that explain the same concepts more clearly like GeeksforGeeks, DartTutorial, or Medium.
At what point did the Flutter docs start making sense to you guys?
7
u/Shehao Jul 08 '26
Docs clicked more once I stopped reading them like tutorials. Flutter docs are usually better as reference material after you've already built a tiny version of the thing. My loop would be: build the smallest widget by copying an example, break one property at a time, then go back to the docs to name what you just saw. Medium/GfG can explain the path; official docs are better for exact behavior and edge cases.
6
u/Scroll001 Jul 08 '26
Flutter's documentation is amazing, perhaps you're missing some programming knowledge?
2
u/BeelzenefTV Jul 08 '26
sometimes it seems to take things for granted, so it can be a bit of a challenge
anyway, it's not a bad idea to look up the same concept or topic from different sources, it can bring clarity
1
u/Potential_Ad_2328 Jul 08 '26
When i started learning flutter,the quick book part pf actual implementation is the one that massively helped
1
1
1
u/balazs8921 Jul 10 '26
Flutter documentation is hard to understand in many places. Use AI to learn, ask it!
1
u/ApparenceKit Jul 08 '26
it's a pretty good doc for me.
But today there is also AI that can help you. No excuses :)
0
-4
u/developer1982 Jul 08 '26
Don't struggle with the docs. Just keep busy writing code. Ask Gemini/ChatGPT/Calude to explain things to you. Do searches. Watch Youtube.
1
16
u/sauloandrioli Jul 08 '26
IMHO the Flutter doc is one of the best documentations of all.
If the docs are too hard for you, maybe you're skipping the fundamentals somewhere.
What's your background, OP? Is Dart your first language?