Skip to content

Commit 94cae69

Browse files
committed
Playground: Correct the link to the Hive WASM issue
1 parent c569707 commit 94cae69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/shared/services/theme_service_hive.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class ThemeServiceHive implements ThemeService {
115115
}
116116
// Add workaround for hive WASM returning double instead of int, when
117117
// values saved were int.
118-
// See issue: https://github.com/lamnhan066/hive/issues/2
118+
// See issue: https://github.com/IO-Design-Team/hive_ce/issues/46
119119
if (App.isRunningWithWasm &&
120120
gotValue != null &&
121121
(gotValue is double) &&

0 commit comments

Comments
 (0)