Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ Title: Flutter Interview Questions
* What is the purpose of `ModalRoute.of()`?
* Difference between a `Navigator.pushNamed` and `Navigator.pushReplacementNamed`?
* Difference between a `Single Instance` and `Scoped Instance` ?

* How do you pass data between two screens?
* How do you override the back-button action?
* How can we embed a regular widget (e.g., a container) within a sliver?
* Navigator 1.0 vs Navigator 2.0.

Title: Animation Interview Questions
---
Expand All @@ -80,6 +83,7 @@ Title: Animation Interview Questions
* Define a `TweenAnimation` ?
* State the importance of a `Ticker` ?
* Why do we need a `mixins` ?
* Implicit vs explicit animation?

Title: FireStore Interview Questions
---
Expand Down