isar / isar/hive

Hive type adapter not increment

Open
#1,306 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.