double_back_to_exit 1.2.1
double_back_to_exit: ^1.2.1 copied to clipboard
A Flutter package that provides a widget to implement a double back press to close functionality in Flutter applications. Works seamlessly on Android and iOS platforms without any conflicts with web.
1.0.0 #
- Initial release.
- Added package initialization and initial configuration settings.
1.0.1 #
- updated with separated logic to mobile and web
1.0.2 #
- fixing snackbarMessage on web
1.0.3 #
- updated flutter sdk
- added custom colors and properties to snackbar
1.1.0 #
- boolean to enable widget
- fixed configuration parameters
1.2.0 #
- updated flutter sdk version (3.27.2)
- added
bool
check if to allow exit app on IOS or not
1.2.1 #
- updated README.md