- 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
Flutter Introduction Exercises
Questions:
Flutter is ( Closed-source / Open source ) language.
Flutter is developed by ( Facebook / Google / Microsoft ).
On March 3, ( 2019 / 2020 / 2021 ), Google released Flutter ... during an online Flutter Engage event. This major update brought official support for ....-based applications with new CanvasKit renderer and .... specific widgets, early-access ....... application support for Windows, macOS, and Linux and improved Add-to-App APIs.
Flutter uses a variety of ....... to deliver a fully functioning application.
Flutter's ......... helps you quickly and easily experiment, build UIs, add features, and fix bugs faster. Experience sub-second reload times without losing state on emulators, simulators, and hardware.
Flutter’s widgets incorporate all critical platform differences such as scrolling, navigation, icons and fonts to provide full ........ performance on both iOS and Android.
The command ....... ........ let us see if there are any platform dependencies we need to complete the setup.
Do you still remember the widgets of the default app ?
Answers:
Open source
Google
2021 / 2 / web / web / desktop
widgets
hot reload
native
flutter doctor
Scaffold / AppBar / Text / Center / Column / Text / Text / FloatingActionButton / Icon