mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: l10n & fix: write script (#514)
This commit is contained in:
@@ -81,6 +81,7 @@ Future<void> _initApp() async {
|
||||
|
||||
Future<void> _initData() async {
|
||||
await Hive.initFlutter();
|
||||
|
||||
// Ordered by typeId
|
||||
Hive.registerAdapter(PrivateKeyInfoAdapter()); // 1
|
||||
Hive.registerAdapter(SnippetAdapter()); // 2
|
||||
|
||||
Reference in New Issue
Block a user