upgrader
upgrader copied to clipboard
PlayStoreResults.redesignedVersion
return MaterialApp( title: 'Upgrader Example', home: UpgradeAlert( child: Scaffold( appBar: AppBar(title: Text('Upgrader Example')), body: Center(child: Text('Checking i...')), )), )
you should check the issue : #375