immutable_model 0.5.2 copy "immutable_model: ^0.5.2" to clipboard
immutable_model: ^0.5.2 copied to clipboard

outdated

immutable_model helps you write an authoritative and safe domain layer. Easily define valid, hierarchical immutable state models with an expressive API for updating state data and transitioning betwee [...]

[0.5.0] - [0.5.2] #

  • Entered Beta phase. Many, many things were added, changed or improved upon.
  • Selectors were added
  • ImmutableModel now wraps a state
  • The library was almost entirely refactored to add value type support. See the example projects for more.
  • Fixed many bugs
  • Adn much more...

[0.2.0] - [0.2.4] #

  • Added ModelEnum
  • Added DateTime support
  • Added utility class M
  • Made unsupported types unrepresentable
  • Validation support on whole model each update
  • Added ModelMerge methods

[0.1.0] #

  • Initial release.
2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

immutable_model helps you write an authoritative and safe domain layer. Easily define valid, hierarchical immutable state models with an expressive API for updating state data and transitioning between states. Built on top of built_collection and uses Equatable.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

built_collection, crypto, equatable, logging, meta

More

Packages that depend on immutable_model