finject_generator 0.2.0 copy "finject_generator: ^0.2.0" to clipboard
finject_generator: ^0.2.0 copied to clipboard

outdated

Dart code generator for dependency injection finject library. Inspired with SpringFramework, Dagger2, and Angular DI solution

Finject #

alt text

Build Status Tool that generates dependency injection Dart code.

Library was inspired by 3 other solution:

  1. Spring Framework
  2. Dagger 2
  3. Angular DI builtin library

Introduction #

FInject provides:

  • Easy and Flexible way of declarative DI approach (DI no service locator);
  • Compile time code generation with single output (No need to create special part files every line is in one place);
  • Easy scope management.

Annotations and Contract classes for DI #

Pub

The core package providing the annotations which describes dependency graph.

No need to import in pubspec. Package finject_flutter using it

Generator #

Pub

The package providing the generator for DI code.

Import it into your pubspec dev_dependencies: section.

Flutter glue code #

Pub

The package provides glue code which use injecting code under the hood.

Import it into your pubspec dependencies: section.

Example #

Example showing how to setup dependencies is available here:

Source Code

License #

MIT License

Copyright (c) 2020 Tomasz Król

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Dart code generator for dependency injection finject library. Inspired with SpringFramework, Dagger2, and Angular DI solution

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, dartpoet, finject, glob, path, source_gen

More

Packages that depend on finject_generator