Introduction To Flutter Flashcards
is not a language (like JavaScript, for example).
Flutter
Flutter uses ___ for its language.
Dart
Flutter is _________ framework that enables developers to build native apps that run on Android and iOS devices.
Google’s mobile SDK / UI
Developers write code in a _______ that works on both
platforms.
single codebase
Benefits of Using Flutter Apps Dev
High Productivity
High Quality
High Performance
It is Free and Open
TRUE OR FALSE
Flutter was written for low productivity, to get apps out fast.
FALSE, high
TRUE OR FALSE
You can change your code and hot reload the changes, without
any kind of delay.
TRUE
_____ includes the UI Widgets you need.
Flutter
Flutter works with most ____
IDEs
The included _________ work seamlessly and conventionally
with the target platform. Scrolling, navigation, icons and fonts match
the target system.
Flutter UI Widgets
When you write an Android app with the Flutter Widgets, it looks
like a normal Android app.
When you write an iOS app with the Flutter Widgets, it looks like a
normal iOS app.
A) 1st statement is true; 2nd statement is false.
B) 2nd statement is true; 1st statement is false.
C) Both statements are true.
D) Both statements are false.
C. Both statements are true.
TRUE OR FALSE
The code you write in Flutter runs natively.
True
Flutter is ___ and _____
Free, Open Source
ENUMERATION
What are the 5 Software for App Dev
VS Studio
Flutter SDK
Dart Platform
Xcode Runtime
Android Emulator and iOS Emulator
These are great for developers, enabling them to develop their code to run on multiple devices, see how they look on each device. Later on, you can use the real hardware for final pre-release testing.
Emulators