issues
search
isar
/
hive
Lightweight and blazing fast key-value database written in pure Dart.
Apache License 2.0
4.11k
stars
409
forks
source link
Fix: Add Type parameter to resolve bug with generic types in mixin usage
#1310
Open
ahmtydn
opened
2 months ago
ahmtydn
commented
2 months ago
Added Type parameter in adapter registration to fix issues with generic types when using mixins.
This change addresses the bug where mixin-based models were not correctly recognized by the type registry.