This is a really good tutorial playlist starting with very basics, which you could skip/speed past based on your experience level.
Flutter
Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC
Thank you so much.
Depends heavily on what kind of experience you already have.
undefined> you already have.
I have some prior knowledge with languages like java and c++ but most of my work is on front-end web development like react.
I was able to understand Dart in one evening and Flutter in another, based on my prior experience with React and SwiftUI. The rest of the learning was just about specific widgets.
undefined> SwiftUI. The rest of the learning was just about specific widgets.
That's exactly what I found during the last couple days. Dart turned out to be so similar to Java so I was able to understand it easily, and the Flutter structure looks simple. Currently, I am mainly focusing on different widgets and how to use them. Actually, the hardest thing was the installation. I have multiple devices that I work with that run different operating systems, and getting everything to work on all of them was painful, to say the least.