- Introduction
- Basics
- App1 : Elon Musk’s Resume
- App2 : 5K Quotes
- App3 : Calculator
- App4_v1 : Flags Quiz
- Running Apps On Different Devices
- Debbuging
- App5 : Yacht Charter
- App6_v1 : My Books
- Creating responsive and adaptive apps
- App6_v2: My Books
- App7 : Short Vacation
- App8 : Movie Time
- App9 : Schedule Planner
- Shared Preferences
- App10 : Local Weather
- App11 : Discover Tunisia
Set up the editor
Note :
If you already installed set up the editor while learning dart from previous lesson , you can move to the next lesson.
Install VS Code
VS Code is a lightweight editor with Flutter app execution and debug support.
- VS Code, latest stable version
Install the Flutter and Dart plugins
-
Start VS Code.
-
Invoke View > Command Palette ….
-
Type “install” and select Extensions: Install Extensions.
-
Type “flutter” in the extensions search field, select Flutter in the list, and click Install. This also installs the required Dart plugin.
Validate your setup with the Flutter Doctor
-
Invoke View > Command Palette ….
-
Type “doctor” and select the Flutter: Run Flutter Doctor.
-
Review the output in the OUTPUT pane for any issues. Make sure to select Flutter from the dropdown in the different Output Options.