native_updater
native_updater copied to clipboard
Flutter package to embed native in-app updater
In my project, I test in debug and building apk with `flutter build apk` command, and this package work for them, but if I build it with `—split-per-abi`, it doesn't...
## Status **READY** ## Breaking Changes NO ## Description - Remove deprecated Flutter Android v2 Embedding usages, including in example app - Update a dependency to the latest release. (package_info_plus,...
Error: No named parameter with the name 'playStoreUrl'. If I go and look at your latest PR there I see that you completely removed this prop. Nothing is written about...
(No implementation found for method getAll on channel plugins.flutter.io/package_info)
Using it like this: NativeUpdater.displayUpdateAlert( context, forceUpdate: true, ); It displays the alert popup box but clicking update button does not affect anything. Tested with different iOS versions on physical...
Hi, I am using forced update, but when I press the close icon my app it reopens, and i get : PlatformException (PlatformException(Update failed, 0, null, null)) I am running...
*This is an automated PR sent by LSCBot: [lscbot.com](https://lscbot.com).* The Flutter package_info plugin has been deprecated. Per https://pub.dev/packages/package_info, the Flutter team's recommendation is to migrate to the [package_info_plus](https://pub.dev/packages/package_info_plus) plugin. *LSCBot...
It would be nice to have an alert showing to the user what went wrong.
/flutter/.pub-cache/hosted/pub.dartlang.org/in_app_update-2.0.0/android/src/main/kotlin/de/ffuf/in_app_update/InAppUpdatePlugin.kt: (226, 26): Type mismatch: inferred type is String? but String was expected FAILURE: Build failed with an exception.