restart_app 1.3.2 restart_app: ^1.3.2 copied to clipboard
A Flutter plugin that helps you to restart the whole Flutter app with a single function call by using native APIs.
1.3.2 #
- Updated web package to the stable version
1.3.1 #
- Updated JVM and Kotlin versions.
- Upgraded Flutter web dependency to more compatible version
- Resolved dependency conflicts with firebase packages and restart_app.
1.3.0 #
- Custom notification support added for iOS:
notificationTitle
andnotificationBody
can now be customized.
- Android improvements:
- Added namespace configuration.
- Replaced
.exit
method with new, safeActivityAware
method. - Updated Kotlin version.
- Web support enhanced:
- Added Wasm support.
- General updates:
- Updated dependencies.
1.2.1 #
- In-code documentation added to the source.
1.2.0 #
- iOS support added.
1.1.3 #
- Updated to Flutter 3.10.
- Example files updated.
1.1.2 #
- Updated to Flutter 3.7.0.
1.1.1+1 #
- iOS support description added to README.
1.1.1 #
- Gradle version updated.
1.1.0+1 #
- Updated to Flutter 3.0.0.
1.1.0 #
- Web support added.
1.0.3 #
- Plugin version updated in README.
1.0.2 #
- Package name updated in example files.
1.0.1 #
- Package name updated.
1.0.0 #
- Null-Safety support added.