Appendix A: Flutter Resources

Find resources to learn Flutter in this appendix.

We'll cover the following

The following resources are great for beginners to learn Flutter.

Dart resources

Before diving into Flutter, you need to learn the Dart language. These resources will help you achieve just that!

We highly recommend reading any new language/framework documentation while learning it, so here’s the Dart documentation. This documentation contains guides and tutorials that are great for new Dart learners!

Flutter resources

The Flutter documentation is a great resource to learn Flutter. Its “Get started” section is great for new Flutter developers. It also has a “Cookbook” section that’s helpful to see how common layouts are created in Flutter.

The Flutter gallery is great for observing different running layouts and their behavior in Flutter and the code used to build these layouts.

Get hands-on with 1200+ tech skills courses.