@@ -18,6 +18,38 @@ This file contains a number of Flutter interview questions.
18
18
</a >
19
19
20
20
21
+ ---
22
+ Title: Flutter Interview Questions
23
+ ---
24
+
25
+ * What is the difference between Stateless and Stateful Widget in Flutter?
26
+ * Explain Stateful Widget Lifecycle?
27
+ * When to use WidgetsBindingObserver?
28
+ * What is a Flutter Tree Shaking?
29
+ * What is a Spacer Widget?
30
+ * Difference between HotRestart and Hot Reload?
31
+ * What is an Inherited Widget and list some examples?
32
+ * Why is the build() method on State and not Stateful Widget?
33
+ * What is a Pub file in Dart?
34
+ * How is Flutter native?
35
+ * What is a Navigator and Routes in Flutter?
36
+ * What is a PageRoute?
37
+ * Explain async,await and Future?
38
+ * How do I update ListView dynamically?
39
+ * What is a Streams?
40
+ * What are keys in Flutter and when to use it ?
41
+ * What are Global Keys?
42
+ * When to use main Axis Alignment and cross Axis Alignment ?
43
+ * when do we use double.INFINITY?
44
+ * What is Ticker, Tween and Animated Builder ?
45
+ * What is an Ephemeral state?
46
+ * What is the role of a Change Notifier Provider?
47
+ * What is a ValueListenableBuilder?
48
+ * What is an AspectRatio?
49
+
50
+
51
+
52
+
21
53
## Getting Involved
22
54
23
55
1 . [ How to Contribute] ( https://github.com/whatsupcoders/Flutter-Interview-Questions/blob/master/CONTRIBUTING.md )
0 commit comments