Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
whatsupcoders authored Jun 27, 2019
1 parent 580d6a5 commit 09e9805
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,38 @@ This file contains a number of Flutter interview questions.
</a>


---
Title: Flutter Interview Questions
---

* What is the difference between Stateless and Stateful Widget in Flutter?
* Explain Stateful Widget Lifecycle?
* When to use WidgetsBindingObserver?
* What is a Flutter Tree Shaking?
* What is a Spacer Widget?
* Difference between HotRestart and Hot Reload?
* What is an Inherited Widget and list some examples?
* Why is the build() method on State and not Stateful Widget?
* What is a Pub file in Dart?
* How is Flutter native?
* What is a Navigator and Routes in Flutter?
* What is a PageRoute?
* Explain async,await and Future?
* How do I update ListView dynamically?
* What is a Streams?
* What are keys in Flutter and when to use it ?
* What are Global Keys?
* When to use main Axis Alignment and cross Axis Alignment ?
* when do we use double.INFINITY?
* What is Ticker, Tween and Animated Builder ?
* What is an Ephemeral state?
* What is the role of a Change Notifier Provider?
* What is a ValueListenableBuilder?
* What is an AspectRatio?




## Getting Involved

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

0 comments on commit 09e9805

Please sign in to comment.