We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c4799 commit df21f19Copy full SHA for df21f19
Source.md
@@ -27,4 +27,7 @@ title: Flutter Interview Questions
27
* What is a ValueListenableBuilder?
28
* What is an AspectRatio?
29
* How would you access Stateful Widget properties from it's State?
30
-* What is Inherited Widget in Flutter?
+* 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