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
1 change: 1 addition & 0 deletions Source.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ 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.
* How to clear stack mamory in flutter?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like there is a typo here. Do you mean How to clear stack memory in flutter?. Also, I think we should be clear on which stack you are referring to. Navigator history stack? Stack widget?. Which is it?.