Skip to content

Commit df21f19

Browse files
committed
- Add question on FAB usage
- Add questoin on Dart Future
1 parent 71c4799 commit df21f19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Source.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ title: Flutter Interview Questions
2727
* What is a ValueListenableBuilder?
2828
* What is an AspectRatio?
2929
* How would you access Stateful Widget properties from it's State?
30-
* What is Inherited Widget in Flutter?
30+
* What is InheritedWidget in Flutter?
31+
* Is there a suggested limit to the number of FloatingActionButtons a screen can have?. Give reason(s) for your answer
32+
* What is a Future in Dart?
33+
* Mention two or more operations that would require one to use or return a Future?

0 commit comments

Comments
 (0)