Skip to content

Commit

Permalink
Fix dispose not passed to getIt.registerSingleton
Browse files Browse the repository at this point in the history
  • Loading branch information
Milad-Akarie committed Jul 21, 2024
1 parent 0b28b94 commit 43403c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions injectable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# ChangeLog
## [2.4.4]
- Fix: Fix dispose not passed to getIt.registerSingleton
## [2.4.3]
- Feat: Improve Code Generation consistency using hash in alias imports
- Fix: Fix @preResolve only works for methods warning
Expand Down
1 change: 1 addition & 0 deletions injectable/lib/src/get_it_helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ class GetItHelper {
instance,
instanceName: instanceName,
signalsReady: signalsReady,
dispose: dispose,
),
);
} else {
Expand Down
2 changes: 1 addition & 1 deletion injectable/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: injectable
description: Injectable is a convenient code generator for get_it. Inspired by Angular DI, Guice DI and inject.dart.
version: 2.4.3
version: 2.4.4
homepage: https://github.com/Milad-Akarie/injectable

environment:
Expand Down
1 change: 1 addition & 0 deletions injectable_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ChangeLog

## [2.6.2]
- Feat: Improve Code Generation consistency using hash in alias imports
- Fix: Fix @preResolve only works for methods warning
Expand Down

0 comments on commit 43403c1

Please sign in to comment.