injectable icon indicating copy to clipboard operation
injectable copied to clipboard

Code Generator for get_it

Results 121 injectable issues
Sort by recently updated
recently updated
newest added

See the explanation for the feature from Dagger: https://dagger.dev/dev-guide/multibindings

Currently your generators are hand written code that is difficult to see the big picture in and if some one wanted to customize the generation they would need to modify...

Was trying to throw together a quick project to demonstrate the capitalization bug I reported. Rather than specify the version I just put this in pubspec.yaml: ``` dev_dependencies: flutter_test: sdk:...

Hello. Thank you for the great package. The only problem I've got - it slowdowns buid_runner rebuild even when I change a file without Injectable annotations. My basic workflow: 1....

Hi @Milad-Akarie 👋 I keep getting this error, any clue why that might happen ? using latest versions. ``` Error running Instance of 'InjectableGenerator' dynamic is not a class element...

Please can we allow developers to pass in a different file extension for the generated file?

Hello, `v0.3.0` is working great! Would it be possible to generate Mockito classes using `injectable`? Currently, I am creating Mock classes ad hoc in the test file. This is an...

get_it now supports registering the same type multiple times using [`enableRegisteringMultipleInstancesOfOneType`](https://pub.dev/documentation/get_it/latest/get_it/GetIt/enableRegisteringMultipleInstancesOfOneType.html) for later use with [`getAll`](https://pub.dev/documentation/get_it/latest/get_it/GetIt/getAll.html). I think it would be useful to add an option to `InjectableInit` that would...

Requested by @saschaernst here: #438 Code generation has recently been fixed, to ensure deterministic output of the get_it.config.dart file (same input, same output). An issue remains (a usability issue -...