isar / hive

Lightweight and blazing fast key-value database written in pure Dart.
Apache License 2.0
4.11k stars 409 forks source link

Windows UWP platform support #693

Open henilagile opened 3 years ago

henilagile commented 3 years ago

Unable to build for windows UWP platform

it gives an error when initializing in main.dart

void main() async {
  await Hive.initFlutter();
  Hive.registerAdapter(TodoAdapter());
  await Hive.openBox<Todo>('todos');
  runApp(MyApp());
}
themisir commented 3 years ago

Error message?