PackageTrack
Sign in Get early access

injectable_generator

Injectable is a convenient code generator for get_it. Inspired by Angular DI, Guice DI and inject.dart.

3.1.3 460K downloads/mo #541 most downloaded on pub.dev Milad-Akarie/injectable

What this package is like to depend on

Last release 10 days ago

13 Aug 2026

Ships fairly regularly

a new release about every 5 weeks

Rarely documented

notes for 11 of 73 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

74 releases · first in 2020

14 releases in the last 12 months

see the full history below

Release timeline

74 releases · Jan 2020 to Aug 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 74
  1. 3.1.3 13 Aug 2026
    Release notes

    chore: update version to 3.1.3, update lean_builder to ^1.2.2

    Open source →
  2. 3.1.2 02 Aug 2026

    Nothing published for this version

  3. 3.1.1 21 Jul 2026

    Nothing published for this version

  4. 3.1.0 14 Jun 2026

    Nothing published for this version

  5. 3.0.2 20 Apr 2026

    Nothing published for this version

  6. 3.0.1 20 Apr 2026

    Nothing published for this version

  7. 3.0.0 20 Apr 2026

    Nothing published for this version

  8. 2.12.1 02 Mar 2026

    Nothing published for this version

  9. 2.12.0 22 Dec 2025
    Release notes

    injectable_generator v2.12.0

    Open source →
  10. 2.11.1 04 Dec 2025
    Release notes

    chore: update version to 2.11.1 and enhance CHANGELOG with new featur…

    Open source →
  11. 2.11.0 25 Nov 2025
    Release notes

    refactor: enhance code formatting and readability across multiple files

    Open source →
  12. 2.10.0 24 Nov 2025

    Nothing published for this version

  13. 2.9.1 07 Nov 2025

    Nothing published for this version

  14. 2.9.0 29 Sep 2025

    Nothing published for this version

  15. 2.8.1 03 Aug 2025

    Nothing published for this version

  16. 2.8.0 29 Jul 2025

    Nothing published for this version

  17. 2.7.0 14 Jan 2025

    Nothing published for this version

  18. 2.6.2 21 Jul 2024

    Nothing published for this version

  19. 2.6.1 18 Mar 2024

    Nothing published for this version

  20. 2.6.0 13 Mar 2024

    Nothing published for this version

  21. 2.5.1 13 Mar 2024

    Nothing published for this version

  22. 2.5.0 12 Mar 2024

    Nothing published for this version

  23. 2.4.2 06 Mar 2024

    Nothing published for this version

  24. 2.4.1 09 Oct 2023

    Nothing published for this version

  25. 2.4.0 17 Aug 2023
    Release notes

    Fix Undefined name 'gh'. when generating @InjectableInit() with only …

    Open source →
  26. 2.3.0 09 Aug 2023

    Nothing published for this version

  27. 2.2.0 05 Aug 2023

    Nothing published for this version

  28. 2.1.6 30 May 2023

    Nothing published for this version

  29. 2.1.5 25 Mar 2023

    Nothing published for this version

  30. 2.1.4 12 Feb 2023

    Nothing published for this version

  31. 2.1.3 06 Dec 2022

    Nothing published for this version

  32. 2.1.2 29 Nov 2022

    Nothing published for this version

  33. 2.1.1 29 Nov 2022

    Nothing published for this version

  34. 2.1.0 29 Nov 2022

    Nothing published for this version

  35. 2.0.1 22 Nov 2022

    Nothing published for this version

  36. 2.0.0 20 Nov 2022
    Release notes
    • Add support for micro packages
    • Add support for external package modules
    • Add support for manual dependencies ordering thanks to @casvanluijtelaar
    • 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]
    Open source →
  37. 1.5.5 08 Nov 2022

    Nothing published for this version

  38. 1.5.4 14 Jul 2022

    Nothing published for this version

  39. 1.5.3 08 Jan 2022

    Nothing published for this version

  40. 1.5.2 07 Sep 2021

    Nothing published for this version

  41. 1.5.1 31 Aug 2021

    Nothing published for this version

  42. 1.5.0 15 Aug 2021

    Nothing published for this version

  43. 1.4.1 23 May 2021

    Nothing published for this version

  44. 1.4.0 07 May 2021

    Nothing published for this version

  45. 1.3.0 26 Apr 2021

    Nothing published for this version

  46. 1.2.2 20 Mar 2021

    Nothing published for this version

  47. 1.2.1 19 Mar 2021

    Nothing published for this version

  48. 1.2.0 05 Mar 2021

    Nothing published for this version

  49. 1.2.0-nullsafety 27 Feb 2021 pre-release

    Nothing published for this version

  50. 1.1.2 27 Feb 2021

    Nothing published for this version

  51. 1.1.1 24 Feb 2021

    Nothing published for this version

  52. 1.1.0 20 Feb 2021

    Nothing published for this version

  53. 1.0.7 30 Dec 2020

    Nothing published for this version

  54. 1.0.6 10 Oct 2020

    Nothing published for this version

  55. 1.0.5 10 Oct 2020

    Nothing published for this version

  56. 1.0.4 05 Aug 2020

    Nothing published for this version

  57. 1.0.3 30 Jul 2020

    Nothing published for this version

  58. 1.0.2 21 Jul 2020

    Nothing published for this version

  59. 1.0.1 20 Jul 2020
    Release notes
    • Fix relative imports issue in test folder
    • Change generateForDir property's default value to ['lib']
    Open source →
  60. 1.0.0 19 Jul 2020
    Release notes

    Fix stack overflow issue #78

    Open source →
    Release notes
    • Add support for multi environments (annotation & inlined)
    • 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
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive