larryaasen / upgrader

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

PlayStoreResults.redesignedVersion #317

Open GautamSharma05 opened 12 months ago

GautamSharma05 commented 12 months ago

return MaterialApp( title: 'Upgrader Example', home: UpgradeAlert( child: Scaffold( appBar: AppBar(title: Text('Upgrader Example')), body: Center(child: Text('Checking i...')), )), )

nbourdin commented 4 months ago

you should check the issue : #375