There was an error while loading. Please reload this page.
1 parent c569707 commit 94cae69Copy full SHA for 94cae69
example/lib/shared/services/theme_service_hive.dart
@@ -115,7 +115,7 @@ class ThemeServiceHive implements ThemeService {
115
}
116
// Add workaround for hive WASM returning double instead of int, when
117
// values saved were int.
118
- // See issue: https://github.com/lamnhan066/hive/issues/2
+ // See issue: https://github.com/IO-Design-Team/hive_ce/issues/46
119
if (App.isRunningWithWasm &&
120
gotValue != null &&
121
(gotValue is double) &&
0 commit comments