Windows UWP platform support
Open
problem
- Dominant language
- Dart
- Stars
- 4.4k
- Forks
- 449
- PR merge metrics
- No merged PRs in 30d
Description
Unable to build for windows UWP platform
it gives an error when initializing in main.dart
```dart
void main() async {
await Hive.initFlutter();
Hive.registerAdapter(TodoAdapter());
await Hive.openBox('todos');
runApp(MyApp());
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.