Skip to content

zamstation/zam_factory_pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages