native_updater 0.2.0 copy "native_updater: ^0.2.0" to clipboard
native_updater: ^0.2.0 copied to clipboard

PlatformAndroid

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_info to package_info_plus.
  • Updated url_launcher and in_app_update to 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 const constructors and modern Flutter best practices.
  • Fixed Unresolved reference: io and other migration-related build errors.
  • Replicated from upstream ofload/native_updater PR #42 by @daniJimen.

0.1.5 02/03/2026 #

  • Replicate upstream dependency/example updates from ofload/native_updater PR #40.
  • Add dio: ^5.2.1+1 to example dependencies.
  • Update Dio example to use DioException handling 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_updater PR #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_updater PR #39.
  • Update in_app_update to ^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_plus for 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.
149
likes
160
points
179
downloads

Publisher

verified publisherdigitalventures.au

Weekly Downloads

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.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, in_app_update, package_info_plus, url_launcher

More

Packages that depend on native_updater