Skip to content

Commit 09e9805

Browse files
Update README.md
1 parent 580d6a5 commit 09e9805

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,38 @@ This file contains a number of Flutter interview questions.
1818
</a>
1919

2020

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+
2153
## Getting Involved
2254

2355
1. [How to Contribute](https://github.com/whatsupcoders/Flutter-Interview-Questions/blob/master/CONTRIBUTING.md)

0 commit comments

Comments
 (0)