https://github.com/mintware-de/catalyst_builder
A dependency injection provider builder for dart.
https://github.com/mintware-de/catalyst_builder
architecture dart dependency-injection dependency-inversion flutter solid
Last synced: 4 months ago
JSON representation
A dependency injection provider builder for dart.
- Host: GitHub
- URL: https://github.com/mintware-de/catalyst_builder
- Owner: mintware-de
- License: mit
- Created: 2021-10-23T06:30:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-19T08:53:58.000Z (8 months ago)
- Last Synced: 2025-10-22T23:45:12.623Z (8 months ago)
- Topics: architecture, dart, dependency-injection, dependency-inversion, flutter, solid
- Language: Dart
- Homepage: https://pub.dev/packages/catalyst_builder
- Size: 671 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


# Catalyst Builder
A dependency injection container builder for dart.
This is the workspace root, select a specific package for more details.
| Package | Description | Badges |
|-----------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [`catalyst_builder`](./packages/catalyst_builder) | The builder package. Use this in your root package or plugin package to generate the ServiceContainerPlugin. | [](https://pub.dartlang.org/packages/catalyst_builder)


 |
| [`catalyst_builder_contracts`](./packages/catalyst_builder_contracts) | The contracts package. Use this in packages that don't need to generate a service container but provide services that can be resolved. | [](https://pub.dartlang.org/packages/catalyst_builder_contracts)


 |
To get started, check the [Quickstart guide](https://github.com/mintware-de/catalyst_builder/wiki/Quickstart-App) in the [wiki](https://github.com/mintware-de/catalyst_builder/wiki).