upgrader
upgrader copied to clipboard
Google Play description not working
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:
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:
When I continue in the debugger I get to this:
So weirdly enough it is taking the category tag as version.
Also getting this exception:
And this:
Can anyone help me solve this?
@Jip1912 Is this still an issue?
@Jip1912 Is this still an issue?
Not for me