Skip to content

Commit 74242e7

Browse files
committed
Migrate from hive to hive_ce
1 parent ace2e11 commit 74242e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

insights/lib/src/user_token_storage.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'package:hive/hive.dart';
1+
import 'package:hive_ce/hive.dart';
22
import 'package:logging/logging.dart';
33
import 'package:path_provider/path_provider.dart';
44
import 'package:uuid/uuid.dart';

insights/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
collection: ">=1.17.0 <2.0.0"
1313
flutter:
1414
sdk: flutter
15-
hive: ">=2.0.0 <3.0.0"
15+
hive_ce: "^2.10.1"
1616
logging: ">=1.0.0 <2.0.0"
1717
meta: ">=1.7.0 <2.0.0"
1818
path_provider: ">=2.0.0 <3.0.0"

0 commit comments

Comments
 (0)