Stillie
Stillie
Doesn't look like it - unfortunately
Update: The only way to fix this is to create a new instance, copy the save over and voila - sorted - but i honestly dont think this is a...
> ``` > return UpgradeAlert( > child: MultiProvider( > providers: [UserManager.getProvider()], > child: MaterialApp( > navigatorKey: appConfig!.mainNavigatorKey, > title: 'Prairy', > debugShowCheckedModeBanner: false, > theme: buildTheme(), > initialRoute: this._getInitialRoute(), >...