python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
onDestroy or dispose in flutter
I am developing a note app, and I want to save my note when I closed the app (when removing the app from recent apps).
I tried dispose() method but it did not work.
I tried :
@override
void didChang...
wafaa sisalem
Votes: 0
Answers: 4
didChangeAppLifecycleState is not working Flutter
I have the app of more than 20 screens , I want to perform a task if user is inactive/idle for a certain time.
I am trying to get the app's lifecycle at root of app. But i am not getting print stateme...

Nibha Jain
Votes: 0
Answers: 1