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.

Factory Pattern #

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

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(),
});
copied to clipboard

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

Status #

Build

Contributors #

License #

BSD 3-Clause License

0
likes
160
points
82
downloads

Publisher

verified publisherzamstation.com

Weekly Downloads

2024.09.19 - 2025.04.03

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

Homepage
Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

zam_core

More

Packages that depend on zam_factory_pattern