| title |
|---|
Flutter Interview Questions |
- What is the difference between a
StatelessWidgetand aStatefulWidgetin Flutter? - Explain the Stateful Widget Lifecycle?
- When do you use the
WidgetsBindingObserver? - What is Flutter tree shaking?
- What is a
Spacerwidget? - What is the difference between hot restart and hot reload?
- What is an
InheritedWidget? List some examples. - Why is the
build()method onStateand notStatefulWidgets? - What is a pubspec file in Dart?
- How is Flutter native?
- What is a
Navigatorand what areRoutesin Flutter? - What is a
PageRoute? - Explain
async,awaitandFutures. - How can you update a
ListViewdynamically? - What is a
Stream? - What are keys in Flutter and when should you use it?
- What are
GlobalKeys? - When should you use
mainAxisAlignmentandcrossAxisAlignment? - When can you use
double.INFINITY? - What is
Ticker,TweenandAnimatedBuilder? - What is ephemeral state?
- What is an
AspectRatiowidget used for? - How would you access
StatefulWidgetproperties from its State? - Is there a suggested limit to the number of
FloatingActionButtons a screen can have? Give a reason(s) for your answer - Mention two or more operations that would require you to use or return a Future.