fix: Use shared preferences for storing custom data
This commit is contained in:
parent
0590331a8e
commit
ac45ec9402
4 changed files with 19 additions and 109 deletions
|
|
@ -14,7 +14,6 @@ import 'package:vrouter/vrouter.dart';
|
|||
|
||||
import 'package:fluffychat/config/routes.dart';
|
||||
import 'package:fluffychat/utils/client_manager.dart';
|
||||
import 'package:fluffychat/utils/famedlysdk_store.dart';
|
||||
import 'package:fluffychat/utils/platform_infos.dart';
|
||||
import 'package:fluffychat/utils/sentry_controller.dart';
|
||||
import 'config/app_config.dart';
|
||||
|
|
@ -50,8 +49,6 @@ void main() async {
|
|||
.addAll(Uri.parse(html.window.location.href).queryParameters);
|
||||
}
|
||||
|
||||
await Store.init();
|
||||
|
||||
runZonedGuarded(
|
||||
() => runApp(PlatformInfos.isMobile
|
||||
? AppLock(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue