zam_factory_pattern 0.3.0 copy "zam_factory_pattern: ^0.3.0" to clipboard
zam_factory_pattern: ^0.3.0 copied to clipboard

Provides utilities to implement the factory pattern which deals with the problem of creating objects.

0.3.0 #

  • Dependency Updates:
    • flutter 3.0.0
      • dart 2.17.0
      • zam_core 0.7.0
      • zam_test 0.5.0
      • lints 2.0.0

0.2.0 #

  • Updated dependency: zam_core 0.6.0

0.1.0 #

  • Updated dependency: zam_core 0.5.0
  • Updated dependency: dart sdk ">=2.13.0 <3.0.0"

0.0.1 #

  • Includes the core classes Factory and ModifiableFactory.
  • Includes TypedFactory that lets us use class names as keys.
  • Includes ModifiableFactoryMixin for coverting any factory into a modifiable factory.
  • Includes BuilderNotFoundInFactoryException which is thrown when a builder is not found in factory.
0
likes
140
pub points
3%
popularity

Publisher

verified publisherzamstation.com

Provides utilities to implement the factory pattern which deals with the problem of creating objects.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

zam_core

More

Packages that depend on zam_factory_pattern