From de07518114ef3d8736f5e36d9a7b6286e6808a4f Mon Sep 17 00:00:00 2001 From: shivamabhi <49309587+shivamabhi@users.noreply.github.com> Date: Sun, 9 Feb 2020 12:13:44 +0530 Subject: [PATCH] Update Source.md --- Source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Source.md b/Source.md index 993ec66..fbb6895 100644 --- a/Source.md +++ b/Source.md @@ -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?