double_back_to_close_app
A Flutter package that allows Android users to press the back-button twice to close the app.
Usage
Inside a Scaffold
that wraps all your Widgets, place the DoubleBackToCloseApp
passing a SnackBar
:
Motivation
I've implemented such solution when I answered this question in Stack Overflow,
and since this feature seems to be implemented very often, I decided to extract it in a lightweight library.