Hive type adapter not increment
Open
- Dominant language
- Dart
- Stars
- 4.4k
- Forks
- 449
- PR merge metrics
- No merged PRs in 30d
Description
When i add new addaper more then 2 is not auto increment the next adapter .
Exemple :
Hive.registerAdapter(HiveStoreAdapter()); //- typeID = 9
Hive.registerAdapter(HiveAddressAdapter()); // type = 1
Hive.registerAdapter(ProductHiveAdapter()); // type =1
To fix it got oto manually and change the type
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.