upgrader icon indicating copy to clipboard operation
upgrader copied to clipboard

Google Play description not working

Open Jip1912 opened this issue 2 years ago • 1 comments

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?

Jip1912 avatar Dec 22 '22 23:12 Jip1912

@Jip1912 Is this still an issue?

larryaasen avatar Nov 09 '23 13:11 larryaasen

@Jip1912 Is this still an issue?

Not for me

Jip1912 avatar Apr 05 '24 12:04 Jip1912