Skip to content

Commit 580d6a5

Browse files
Update Source.md
1 parent d5545ce commit 580d6a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Source.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ title: Flutter Interview Questions
88
* What is a Flutter Tree Shaking?
99
* What is a Spacer Widget?
1010
* 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?
1313
* What is a Pub file in Dart?
1414
* How is Flutter native?
1515
* What is a Navigator and Routes in Flutter?
@@ -18,11 +18,11 @@ title: Flutter Interview Questions
1818
* How do I update ListView dynamically?
1919
* What is a Streams?
2020
* What are keys in Flutter and when to use it ?
21-
* What are Globel Keys?
21+
* What are Global Keys?
2222
* When to use main Axis Alignment and cross Axis Alignment ?
2323
* when do we use double.INFINITY?
2424
* What is Ticker, Tween and Animated Builder ?
2525
* What is an Ephemeral state?
2626
* What is the role of a Change Notifier Provider?
2727
* What is a ValueListenableBuilder?
28-
* What is a AspectRatio?
28+
* What is an AspectRatio?

0 commit comments

Comments
 (0)