There was an error while loading. Please reload this page.
1 parent 7764188 commit 99e051eCopy full SHA for 99e051e
example/pubspec.yaml
@@ -62,9 +62,10 @@ dependencies:
62
63
# Hive local storage, originally by Simon Leir.
64
# Used as value-key pair persistence service in examples 4 and 5 (Themes Playground).
65
- # This is a community fork that supports WASM-GC.
66
# hive: ^2.2.3 # Original Hive package
+ # This is a community fork that supports WASM-GC.
67
hive_ce: ^2.7.0+1
68
+ # path: ../../hive_ce/hive # Use this to test a local copy of hive_ce
69
70
# Internationalization package, by Google dart.dev.
71
# Used only for date time string formatting in example 5.
0 commit comments