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

outdated

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

Factory Pattern #

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

Version Build Stars License

What's inside the package #

Includes the following core components.

Check out all the components in detail here

How to use #

final hondaFactory = HondaFactory({
  HondaCity: () => HondaCity(),
  HondaCivic: () => HondaCivic(),
  HondaAccord: () => HondaAccord(),
});

To learn more, move on to the example section or check out this dedicated example in github.

Contributors #

0
likes
0
pub points
2%
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

License

unknown (LICENSE)

Dependencies

zam_core

More

Packages that depend on zam_factory_pattern