I want to compile a list of guides for flutter development, here is one of the guides I found: https://www.blunix.com/blog/building-your-first-flutter-app-a-step-by-step-guide-to-creating-a-unit-converter.html. Does anyone think it's any good compared to the official guides?
Personally, I'd find that lacking. First up, there's no date or flutter version. As a Flutter developer the tutorials that I found most useful were the ones that included a simulator like they do in the official docs ex: Even some screenshots/videos to show what you're building and how it will be used would be helpful. If this is actually your tutorial I can come up with suggestions to improve it. If not then keep looking. The problem with directories of resources is that unless you are proficient in the code you're linking to it's hard to tell what is good quality. Even then, the constant upgrades to a platform like Flutter mean you have to keep checking that the tutorials are still relevant.
It's always good to explore different resources when learning a new technology like Flutter. The guide you found seems to be a step-by-step tutorial on building a unit converter app, which can be a helpful way to get hands-on experience with Flutter development.