Flutter
Flutter is an open-source framework that allows creating high-quality, high-performance mobile applications that support cross-platform, suitable for Android and iOS application development.
In this tutorial, you will get acquainted with the framework, install the Flutter SDK, configure Android Studio to create a basic Flutter application, and learn the Flutter techniques to become able to develop different types of applications
Tutorial Index
This tutorial is work in progress and will teach you some of the Flutter features but do not cover in extend for all features. To learn more you should follow the external resources.
Flutter is a powerful, high-performance mobile app development framework from Google. It is easy to use, thanks to its declarative programming language, Dart.
External Resources
- Flutter official documentation - This is the starting point for learning Flutter. The documentation includes a step-by-step guide for installing Flutter and getting started with your first Flutter app.
- Build Native Mobile Apps with Flutter - This is a free course offered by Udacity that includes a hands-on project to build a Flutter app from scratch.
- Flutter Crash Course for Beginners - This is a video tutorial by The Net Ninja that provides a quick introduction to Flutter and covers the basics of building a Flutter app.
- Flutter Cookbook - This is a collection of Flutter recipes that provides solutions for common Flutter development tasks. It's a great resource for learning by example.
- Flutter 101 - This is a free online course by Flutter By Example that covers the basics of building a Flutter app, including routing, state management, and working with APIs.
These are just a few of the many resources available for learning Flutter. Whether you prefer text-based tutorials, video tutorials, or interactive courses, there is something out there for everyone.
Flutter Quiz
Next quiz does not have a time limit. You can scan the QR code using a tablet or phone. If you are already on mobile device, tap the code below to start the quiz. It requires you to sign-in using your Google account.
Privacy Terms: We do not collect your e-mail address but we record your name with the test results on Google drive. If you take more than 80% we will recognize your skill and will endorse you on Linked-in. If you don't agree, you can use name: Anonymous or a fake name but then we can't endorse your new skills.
Back to:
Dart index