Skip to content

Commit 6bb63f8

Browse files
committed
fix(wasm): Migrate from hive to hive_ce fixes algolia#21 (algolia#154)
1 parent ace2e11 commit 6bb63f8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

insights/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##
2+
3+
- **FIX**(UserTokenStorage): Migrate from hive to hive_ce fix wasm runtime error (#21).
4+
15
## 1.0.2
26

37
- **FIX**(client): remove invalid `maxFacetHits` in `SearchForHits` extension (#153).

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: algolia_insights
22
description: Algolia Insights for Dart provides a simple and flexible way to track events such as clicks, conversions, and views on search results.
3-
version: 1.0.2
3+
version: 1.1.0
44
homepage: https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/flutter/
55
repository: https://github.com/algolia/algoliasearch-helper-flutter/tree/main/insights
66

@@ -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)