benmoussa-ayoub
Results
1
issues of
benmoussa-ayoub
**Question** Error compiling to JavaScript: XMLHttpRequest error. **Code sample** ```import 'package:hive/hive.dart'; void main() async { //Hive.init('somePath') -> not needed in browser var box = await Hive.openBox('testBox'); box.put('name', 'David'); print('Name: ${box.get('name')}');...
question