Catalyst Builder
A dependency injection container builder for dart.
Click on the image for a video on YouTube:
Screenshot

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 container 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 container for you.
Installation & Documentation
You can find a quick start guide and further documentation for this package in the wiki on GitHub.
