File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ title: Flutter Interview Questions
8
8
* What is a Flutter Tree Shaking?
9
9
* What is a Spacer Widget?
10
10
* Difference between HotRestart and Hot Reload?
11
- * What is an Inherited Widget and list some exmaples ?
12
- * Why is the build() method on State, not Stateful Widget?
11
+ * What is an Inherited Widget and list some examples ?
12
+ * Why is the build() method on State and not Stateful Widget?
13
13
* What is a Pub file in Dart?
14
14
* How is Flutter native?
15
15
* What is a Navigator and Routes in Flutter?
@@ -18,11 +18,11 @@ title: Flutter Interview Questions
18
18
* How do I update ListView dynamically?
19
19
* What is a Streams?
20
20
* What are keys in Flutter and when to use it ?
21
- * What are Globel Keys?
21
+ * What are Global Keys?
22
22
* When to use main Axis Alignment and cross Axis Alignment ?
23
23
* when do we use double.INFINITY?
24
24
* What is Ticker, Tween and Animated Builder ?
25
25
* What is an Ephemeral state?
26
26
* What is the role of a Change Notifier Provider?
27
27
* What is a ValueListenableBuilder?
28
- * What is a AspectRatio?
28
+ * What is an AspectRatio?
You can’t perform that action at this time.
0 commit comments