Skip to content
Discussion options

You must be logged in to vote

Hey, the codebase has grown a little over these years :)
In my opinion, the most important concepts to understand in Flutter are:

  • widgets(stateless vs. stateful and "everything is a widget")
  • state management (provider, bloc, riverpod... pick one)
  • JSON serialization is a bit tricky
  • packages (there is a package for almost everything)

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 :)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Lzycode-byte
Comment options

Answer selected by Lzycode-byte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants