flutter_phoenix 1.1.1 flutter_phoenix: ^1.1.1 copied to clipboard
Easily restart your application from scratch, losing any previous state
Changelog #
All notable changes to this project will be documented in this file.
[1.1.1] - 2023-03-20 #
- Incremented the minimum dart version required
- Removed non-tested / non-compatible platforms from the platform badges
[1.1.0] - 2022-08-23 #
- Updated the example project to a more recent version of the flutter SDK
- Updated the Dart SDK version to 2.17
[1.0.0] - 2021-03-08 #
- Migrate to null safety
- Update minimum dart SDK version to 2.12.0
- Add a
key
param to thePhoenix
widget #6
[0.1.0] - 2020-01-08 #
- Credit @rrousselGit post on stackoverflow
[0.0.1] - 2019-12-29 #
- Initial release