You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WidgetsFlutterBinding.ensureInitialized();
final dir =await path.getApplicationDocumentsDirectory();
Hive.init(dir.path);
just put this code in main.dart file
HiveError (HiveError: You need to initialize Hive or provide a path to store the box.)
The text was updated successfully, but these errors were encountered: