Skip to content

Commit 99e051e

Browse files
committed
Playground: Change hive to hive_ce that supports WASM builds
1 parent 7764188 commit 99e051e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ dependencies:
6262

6363
# Hive local storage, originally by Simon Leir.
6464
# Used as value-key pair persistence service in examples 4 and 5 (Themes Playground).
65-
# This is a community fork that supports WASM-GC.
6665
# hive: ^2.2.3 # Original Hive package
66+
# This is a community fork that supports WASM-GC.
6767
hive_ce: ^2.7.0+1
68+
# path: ../../hive_ce/hive # Use this to test a local copy of hive_ce
6869

6970
# Internationalization package, by Google dart.dev.
7071
# Used only for date time string formatting in example 5.

0 commit comments

Comments
 (0)