Open henilagile opened 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()); }
Error message?
Unable to build for windows UWP platform
it gives an error when initializing in main.dart