catalyst_builder 4.2.1 copy "catalyst_builder: ^4.2.1" to clipboard
catalyst_builder: ^4.2.1 copied to clipboard

A lightweight and easy to use dependency injection provider builder for dart.

GitHub license GitHub issues GitHub Workflow Status Pub Pub Points Pub Publisher Pub Popularity Pub Likes

Catalyst Builder #

A dependency injection provider builder for dart.

Background #

Since Catalyst is only for Dart and Flutter Catalyst supports Flutter, but a mess to configure I decided to do something cooler.

Catalyst Builder is a dependency injection provider builder for both, Dart and Flutter. It's easy to use and dependency injection is almost done automatically. You only have to decorate your services with @Service and the build_runner will create a service provider for you.

Installation #

Follow the steps described on this Page: https://pub.dev/packages/catalyst_builder/install

Add this to your pubspec.yaml and run pub get or flutter pub get:

dev_dependencies:
  build_runner: ^2.2.0

Don't forget to exclude the .catalyst_builder_cache directory from VCS.

Documentation #

Check out the wiki on GitHub for documentation

9
likes
0
points
932
downloads

Publisher

verified publishermintware.de

Weekly Downloads

A lightweight and easy to use dependency injection provider builder for dart.

Homepage
Repository (GitHub)
View/report issues

Topics

#code-generation #builder #dependency-injection #annotations #service-provider

Documentation

Documentation

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

analyzer, build, catalyst_builder_contracts, code_builder, dart_style, glob, path, yaml

More

Packages that depend on catalyst_builder