[HELP] I am very new to flutter, what roadmap/ pre-requisites should I learn first to replicate this? #126
Answered
by
xpavle00
Lzycode-byte
asked this question in
Q&A
-
|
Im familiar to dart , but not much in flutter. I want to replicate your project as my final project in my acads. I am overwhelmed how many dart files it has. Thank you very much |
Beta Was this translation helpful? Give feedback.
Answered by
xpavle00
Apr 9, 2026
Replies: 1 comment 1 reply
-
|
Hey, the codebase has grown a little over these years :)
You can learn it by doing, so just pick a feature or a simple MVP and start working/exploring. It's now easier than ever with LLMs to advise/explain concepts. Good luck :) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Lzycode-byte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, the codebase has grown a little over these years :)
In my opinion, the most important concepts to understand in Flutter are:
You can learn it by doing, so just pick a feature or a simple MVP and start working/exploring. It's now easier than ever with LLMs to advise/explain concepts.
Good luck :)