hive_ce_generator 1.7.0 hive_ce_generator: ^1.7.0 copied to clipboard
Extension for Hive. Automatically generates TypeAdapters to store any class.
1.7.0 #
- Supports named imports
1.6.0 #
- Adds
.freezed.dart
torequired_inputs
to supportfreezed
- Sorts adapters and uris in
HiveRegistrar
1.5.0 #
- Supports constructor parameter default values
- No longer generates the
HiveRegistrar
if there are no adapters - Removes unnecessary print statement in
HiveRegistrar
generator - Bumps
analyzer
to^6.5.0
to deal with deprecations
1.4.0 #
- Adds a generator to create a
HiveRegistrar
extension that allows registration of all generatedTypeAdapters
in one call
1.3.0 #
- Adds support for Sets
1.2.1 #
- Fix
analyzer
dependency conflicts with Flutter
1.2.0 #
- The first release of hive_ce_generator