hive_generator_plus 5.0.0
hive_generator_plus: ^5.0.0 copied to clipboard
Extension for Hive. Automatically generates TypeAdapters to store any class.
5.0.0 #
- upgrade source_gen 3.0
4.0.2 #
- bug fixed
4.0.0 #
- Dependency upgrade
source_gen: ^2.0.0
3.0.6 #
- bug fixed
3.0.1 #
- bug fixed
3.0.0 #
- Upgrade Dependency
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
build: ^2.4.1
source_gen: ^1.4.0
hive: ^2.2.3
analyzer: ^6.1.0
source_helper: ^1.3.4
dev_dependencies:
test: ^1.24.6
build_test: ^2.2.0
build_runner: ^2.4.6
pedantic: ^1.11.1
2.0.0 #
- Updated
analyzerversion constraints to>=5.0.0
1.1.3 #
- Updated
analyzerversion constraints to<5.0.0
1.1.2 #
- Updated
analyzerversion constraints
1.1.1 #
- Updated dependency versions
1.1.0 #
1.0.1 #
- Fixed dependencies for null-safety compatibility
1.0.0 #
- Stable null-safety version
0.9.0-nullsafety.0 #
- Support generating null-safe code for libraries using Dart >= 2.12.0
- Does not generate incompatible code for legacy libraries, so this is NOT a breaking change.
0.7.2+1 #
- Fixed [#225]
0.7.1 #
- Fixed dependency issues
0.7.0 #
- Fixed final fields in constructor
- Support for
typeIdparameter
0.6.0 #
- Support for HiveLists
- Support for getters & setters
- Support for inheritance
0.5.2 #
- Fix bug with Uint8Lists
0.5.1 #
- Bump Hive version
0.5.0 #
- Support final members
0.4.0+2 #
- Support for Lists and Maps in strong mode
0.4.0+1 #
- Support for enums
- Sanity checks
- Bugfixes
0.3.0 #
- Support for typed lists
- Bugfixes
- Breaking: Not compatible to previous adapters
0.2.0 #
- Improve performance of adapers
- Cast lists to the correct type
0.1.0+1 #
- First release