larryaasen / upgrader

A Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
MIT License
547 stars 268 forks source link

Google Play description not working #249

Closed Jip1912 closed 5 months ago

Jip1912 commented 1 year ago

Currently using upgrader: ^4.11.1. I cannot update it since a package is interfering with another package. I put this in my Google Play description: image

This is my code:

home: UpgradeAlert(
    upgrader: Upgrader(
        showLater: true,
        showIgnore: false,
        //debugDisplayAlways: true,
        messages: DutchUpgrader()),
    child: AuthenticationWrapper()),

My app version is currently 0.2.4.

I'm getting this error: image

When I continue in the debugger I get to this: image So weirdly enough it is taking the category tag as version.

Also getting this exception: image

And this: image

Can anyone help me solve this?

larryaasen commented 10 months ago

@Jip1912 Is this still an issue?

Jip1912 commented 5 months ago

@Jip1912 Is this still an issue?

Not for me