hive
hive copied to clipboard
Can't Initialize Hive in flutter version 3.3.2
Steps to Reproduce I have create new project with flutter version 3.3.2 that installing package that it can't use code below please help.
Code sample

Version
- Platform: iOS, Android
- Flutter version: [3.3.2]
- Hive version: [2.2.3]
when you hover over the 'initFlutter' what error does it actually give you?
First, if you want to use initFlutter, you have to import 'package:hive_flutter/hive_flutter.dart'.
Also, you don't pass an absolute path to Hive.initFlutter() because the method itself does it for you. If you want to choose an absolute path yourself, use Hive.init() instead.