- Mar 26, 2023
-
-
Milad akarie authored
- Fix relative imports not working - Update dependencies (codeBuilder, source_gen)
-
- Mar 21, 2023
-
-
Dereck Smith Elijah authored
-
- Jan 16, 2023
-
-
Christopher Davie authored
I personally spent a couple hours trying to figure out why the example code was not working for me and it turned out to be a combination of things: The `asExtension` parameter should be true (Which is now the default) and I was not importing the generated code. Both of these have been previous topics of discussion on SO and the repo, so it made sense address them to prevent further confusion. * https://stackoverflow.com/questions/63370674/the-function-initgetit-isnt-defined-while-using-injectable-pub-package/63668392#63668392 * https://github.com/Milad-Akarie/injectable/issues/326
-
- Jan 05, 2023
-
-
Eli Geller authored
-
- Nov 30, 2022
-
-
Milad akarie authored
Add support for micro package modules scopes
-
- Nov 22, 2022
-
-
Lior Agnin authored
-
Lior Agnin authored
-
- Nov 21, 2022
-
-
Milad akarie authored
-
Milad akarie authored
Add support for external package modules Add support for GetIt scopes Add @PostConstruct annotation to execute sync/async code after construction Add preResolve to @FactoryMethod annotation Add throwOnMissingDependencies flag to @InjectableInit annotation Change asExtension default value to true [breaking change] Change initializerName default value to 'init' [breaking change]
-
Milad akarie authored
Add support for external package modules Add support for GetIt scopes Add @PostConstruct annotation to execute sync/async code after construction Add preResolve to @FactoryMethod annotation Add throwOnMissingDependencies flag to @InjectableInit annotation Change asExtension default value to true [breaking change] Change initializerName default value to 'init' [breaking change]
-
- Dec 30, 2021
-
-
Venkata Reddy authored
-
- Jul 21, 2021
-
-
Hari07 authored
-
- May 31, 2021
-
-
AINUS authored
get_It -> get_it Signed-off-by:
ainus <dev@ainus.co.kr>
-
- Apr 27, 2021
-
-
Milad Alakarie authored
Pomp up versions of build_runner -> 2.0.1, code_builder -> 4.0.0, analyzer -> 1.5.0 Add buymecoffee badge to README.md
-
- Mar 20, 2021
-
-
Milad Alakarie authored
Fix named instances are ignored when sorting dependencies. Clean up some code add resolver test cases
-
- Feb 28, 2021
-
-
Milad Alakarie authored
-
Milad Alakarie authored
change min version constraint of GetIt to 5.0.0 update readme file
-
- Dec 27, 2020
-
-
Fausto Davila authored
-
- Dec 15, 2020
-
-
Aboo authored
- get_it package name is fixed
-
- Aug 06, 2020
-
-
Milad Alakarie authored
Add option to generate the initilizer function as an extension Change initializer functions returns the passed get_it instance instead of void Add Advanced environment filter that can be extended and customized Fix Injectable generator not handling multiple instances of generic types #107
-
- Jul 28, 2020
-
-
Mohanasundaram N authored
-
- Jul 21, 2020
-
-
Milad Alakarie authored
Add option to not prefer relative imports in @InjectableInit
-
- Jul 20, 2020
-
-
Milad Alakarie authored
Add generation-time check for duplicate dependencies under the same environment Fix 3rd party imports from src instead of library file issue Change generated file extension to .config.dart Change generated file applies to most of effective dart rules including preferring relative imports Clean up some code
-
Milad Alakarie authored
Add generation-time check for duplicate dependencies under the same environment Fix 3rd party imports from src instead of library file issue Change generated file extension to .config.dart Change generated file applies to most of effective dart rules including preferring relative imports Clean up some code
-
- May 31, 2020
-
-
Milad Alakarie authored
Add some comments
-
- May 17, 2020
-
-
Milad Alakarie authored
-
- Mar 05, 2020
-
-
Milad Alakarie authored
fix generic types are registered as dynamic fix unresolved future when registering asynchronous dependencies change asynchronous dependencies will be registered using async factory unless annotated with @preResolve
-
- Feb 25, 2020
-
-
Milad Alakarie authored
fix src import issue
-
- Feb 15, 2020
-
-
Milad Alakarie authored
- add support for custom initializers in register Modules - minor fixes
-
- Feb 10, 2020
-
-
Milad Alakarie authored
-
- Jan 29, 2020
-
-
Milad Alakarie authored
-
Milad Alakarie authored
-
Milad Alakarie authored
-
- Jan 19, 2020
-
-
Milad Alakarie authored
-