new_version icon indicating copy to clipboard operation
new_version copied to clipboard

Check if your user has the most recent version of your Flutter app.

Results 18 new_version issues
Sort by recently updated
recently updated
newest added

Google Play store looks very different since yesterday or today? I've got some error messages popping up now. ``` StateError: Bad state: No element File "list.dart", line 167, in ListMixin.firstWhere...

PlatformException: PlatformException(INCORRECT_SDK_VERSION, getServiceState() can only be called on Android Q and above, null, null)

as we know, after playstore accept our app from review and publish it, the new version does not immediately appear on all devices(maybe delay) in example, my app accept from...

i am getting this message "Can't find an app in the App Store with the id: com.xxxxx.xxxxx" even if my app is live on appstore. i have also checked loopkup...

Hey, i created a small merge request to make this package more testable/mockable. At the moment we can not create mocks for `getVersionStatus` because we can not create a own...

In my app, the update dialog shows up correctly, but after being redirected to Google Play Store, there is no Update button. When I click on Open, it opens my...

bug

I have store version 2.0.0.17 and local version is 2.0.0.18 in iOS. 17 and 18 is build. At canUpdate function, local is [2,0,0] and store is [2,0,0,17] So when compare,...

bug

This is my code: ``` @override void initState() { super.initState(); final newVersion = NewVersion(); _checkVersion(newVersion); } void _checkVersion(NewVersion newVersion) async { final status = await newVersion.getVersionStatus(); if(status != null) {...

bug

Will it detect the store version based on the availability of device os version? For example, iOS app store allows developers only updating app supporting iOS version 14 and 15....

enhancement