brick_build 1.0.0-nullsafety.4 copy "brick_build: ^1.0.0-nullsafety.4" to clipboard
brick_build: ^1.0.0-nullsafety.4 copied to clipboard

outdated

Code generation library and interface for Brick components

Unreleased #

1.0.0 #

  • Null safety

0.0.9 #

  • If fromGenerator or toGenerator is declared, the field will be generated for deserializing and serializing adapters, respectively
  • Strictly assign analyzer ahead of nullability release versions

0.0.8+2 #

  • Override build methods

0.0.8+1 #

  • Remove getInheritedConcreteMap from fields_for_class.dart as it's no longer used.

0.0.8 #

  • Add method ignoreCoderForField to SerdesGenerator. This doesn't change existing functionality; it only moves it to an overridable method.

0.0.7 #

  • Use assignable instead of super type comparison when checking for siblings to account for inherited classes (#55)
  • Add ability to overwrite the nullable check for deserializing members

0.0.6 #

  • Rename ProviderSerializable to ProviderSerializableGenerator to be more explicit
  • Rename SharedChecker#mapArgs to SharedChecker#typeArguments

0.0.4 #

  • Update for new brick_core API on Where
  • Move shareable methods from OfflineFirstSerdesGenerator to SerdesGenerator
  • Constrain version of brick_core
  • Split code to separate projects: rest_serdes to brick_rest_generators, sqlite_serdes and subsequent SQLite builders to brick_sqlite_generators, and all OfflineFirst-specific logic to brick_offline_first_with_rest_build.
  • testing.dart is available for useful testing methods
  • This package is now a series of utilities and interfaces; it no longer produces generated code.

0.0.3 #

  • Use ConnectOfflineFirstWithRest

0.0.2 #

  • Uses getDisplayString instead of deprecated name
  • Fix linter hints
1
likes
0
pub points
46%
popularity

Publisher

unverified uploader

Code generation library and interface for Brick components

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, brick_core, build, build_config, dart_style, glob, logging, meta, path, source_gen, source_gen_test

More

Packages that depend on brick_build