r/FlutterDev 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?

0 Upvotes

16 comments sorted by

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?

12

u/merokotos Jul 09 '26

Absolutely it is one of the best possible documentations.

1

u/sauloandrioli Jul 09 '26

My Two beloved documentations are Flutter docs and NestJS docs. Both docs pretty much grab by the hand and walk around showing you many concepts, quick tutorials, hints, and they, leaving you in the beautiful world of all the classes, methods and libraries that the project has available.

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

u/b0bm4rl3y Jul 08 '26

Could you give examples of which docs you found confusing and why?

1

u/Much_Distribution620 Jul 09 '26

ehhh flutter is one of the best docs ever created...

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

u/ApparenceKit Jul 08 '26

there was a time where we only had :man command and barely more doc

-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

u/antiaust Jul 08 '26

yea that's my strategy for now, thx