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

outdated

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

2.1.0 #

Features

  • Added the ServiceRegistry class and implemented it in the generated ServiceProvider. This class allows you to register services at runtime. PR#4

Changes:

  • Optimized the code generation PR#3

2.0.0 #

Upgraded the analyzer and the test package to support Flutter 2.10.

1.3.3 #

Downgraded the analyzer package to ensure compatibility to the test package.

1.3.2 #

Fixed pub.dev score issues.

  • upgraded the analyzer package
  • removed the pedantic dev-package
  • removed an unused import in the extracted_service.dart

1.3.1 #

Project code moved to GitHub. Updated the pubspec.yaml

1.3.0 #

Features:

  • Added ServiceProvider.has<T>([Type? t]) to check if a service is known.

Changes

  • Updated the dependencies
    • code_builder ^4.0.0 -> ^4.1.0
    • build ^2.0.1 -> ^2.1.0
    • analyzer ^1.7.1 -> ^2.2.0
    • build_runner_core ^7.0.0 -> ^7.1.0

1.2.0 #

Added a @ServiceMap annotation.

1.1.1 #

Changed the preflight output extension to avoid conflicting outputs.

1.1.0 #

Added a includePackageDependencies option to the build.yaml.

1.0.2 #

Dependencies downgraded

1.0.1 #

Publisher fixed

1.0.0 #

First stable release 🎉

  • Code generator organized

0.0.6 #

  • Added unit and integration tests
  • Formatting fixed

0.0.5 #

  • ServiceProvider.boot() added
  • @Preload annotation added

0.0.4 #

  • Formatting fixed

0.0.3 #

  • Packages updated to ensure null-safety

0.0.2 #

  • Added better exceptions
  • Added a Parameter annotation which can be used to override the name that is used for resolving a parameter.

0.0.1 #

  • Initial version.
8
likes
0
pub points
63%
popularity

Publisher

verified publishermintware.de

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, build_runner_core, code_builder, dart_style, glob, path

More

Packages that depend on catalyst_builder