native_updater 0.2.0
native_updater: ^0.2.0 copied to clipboard
Flutter package for prompting users to update with a native dialog whether using the app store version or any version at the user's discretion.
0.2.0 02/03/2026 #
- Updated to Flutter 3.x and Dart 3.x.
- Migrated from
package_infotopackage_info_plus. - Updated
url_launcherandin_app_updateto latest versions. - Migrated Android build system to the new declarative Gradle plugin system.
- Updated Android compileSdk and targetSdk to 35.
- Migrated Android to Java 17 and Kotlin 2.1.0.
- Improved code quality with
constconstructors and modern Flutter best practices. - Fixed
Unresolved reference: ioand other migration-related build errors. - Replicated from upstream
ofload/native_updaterPR #42 by @daniJimen.
0.1.5 02/03/2026 #
- Replicate upstream dependency/example updates from
ofload/native_updaterPR #40. - Add
dio: ^5.2.1+1to example dependencies. - Update Dio example to use
DioExceptionhandling compatible with Dio 5. - Credit: original PR authored by @benthemobileguy (Ben CHUKWUMA).
0.1.4 02/03/2026 #
- Replicate upstream Dart SDK constraint bump from
ofload/native_updaterPR #35. - Update Dart SDK constraint to
>=2.17.0 <4.0.0. - Credit: original change authored by @rounaktadvi (Rounak Tadvi).
0.1.3 02/03/2026 #
- Replicate upstream AndroidX compatibility fix from
ofload/native_updaterPR #39. - Update
in_app_updateto^4.0.1. - Update example Android manifest to use
${applicationName}for modern Flutter Android embedding compatibility. - Credit: original fix authored by @Heatclift (Herbert Calmerin).
0.1.2 02/03/2026 #
- Migrate to
package_info_plusfor compatibility with current Flutter ecosystem. - Update example project dependency resolution for newer toolchains.
- Improve Dio example by safely handling nullable HTTP status codes.
- Add and expand contribution + community PR release workflow documentation.
0.1.1 19/12/2021 #
- Keeping dependencies up-to-date
- More flexibility on hard-coded text messages
- Improving example code
0.1.0 16/05/2021 #
This is a major change as we are forcing an upgrade on the SDK.
To comply with the new SDK we had to change:
- Migrated dependencies to null safety dependencies
- Migrated Flat Button deprecated widget To TextButton
- Migrate a few params to optional
0.0.4 08/02/2021 #
- Adding an option to change the Alert dialog tile
0.0.3 04/01/2020 #
- Integrate In-App Update.
0.0.2 03/23/2020 #
- Ready to use version.
0.0.1 03/20/2020 #
- Initial Open Source release.