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
2 changes: 2 additions & 0 deletions Source.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ title: Flutter Interview Questions
* How would you access `StatefulWidget` properties from its State?
* Is there a suggested limit to the number of `FloatingActionButton`s a screen can have? Give a reason(s) for your answer
* Mention two or more operations that would require you to use or return a Future.
* What is the purpose of `FutureBUilder` and `StreamBuilder`?
* How do you return a `List<T>` from a `Future<List<T>>`?