Skip to content
Snippets Groups Projects
  1. Mar 26, 2023
  2. Mar 21, 2023
  3. Jan 16, 2023
  4. Jan 05, 2023
  5. Nov 30, 2022
  6. Nov 22, 2022
  7. Nov 21, 2022
    • Milad akarie's avatar
      update readme file · 60014f8f
      Milad akarie authored
      60014f8f
    • Milad akarie's avatar
      Add support for micro packages · ab99c27d
      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]
      ab99c27d
    • Milad akarie's avatar
      Add support for micro packages · 8d3168fa
      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]
      8d3168fa
  8. Dec 30, 2021
  9. Jul 21, 2021
  10. May 31, 2021
  11. Apr 27, 2021
  12. Mar 20, 2021
  13. Feb 28, 2021
  14. Dec 27, 2020
  15. Dec 15, 2020
  16. Aug 06, 2020
    • Milad Alakarie's avatar
      Add option to customize the initilizer function name · fb7bd1ac
      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
      fb7bd1ac
  17. Jul 28, 2020
  18. Jul 21, 2020
  19. Jul 20, 2020
    • Milad Alakarie's avatar
      Add support for multi environments (annotation & inlined) · e4f33dbc
      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
      e4f33dbc
    • Milad Alakarie's avatar
      Add support for multi environments (annotation & inlined) · 2a2b499e
      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
      2a2b499e
  20. May 31, 2020
  21. May 17, 2020
  22. Mar 05, 2020
    • Milad Alakarie's avatar
      add support for GetIt 4.0.0 · 7914252b
      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
      7914252b
  23. Feb 25, 2020
  24. Feb 15, 2020
  25. Feb 10, 2020
  26. Jan 29, 2020
  27. Jan 19, 2020
Loading