Skip to content

Commit

Permalink
Fix Singleton Code generation break (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s authored Mar 21, 2024
1 parent c0e33d7 commit 427f68e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/data/di/service_locator.config.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -793,10 +793,10 @@ packages:
dependency: "direct main"
description:
name: injectable
sha256: cd3c422e13270c81f64ab73c80406b2b2ed563fe59d0ff2093eb7eee63d0bbeb
sha256: "44b4aa254816b23bf0a3285ff27da3ff0b516a6f00e0bbbea7b194f14fbb75a7"
url: "https://pub.dev"
source: hosted
version: "2.3.2"
version: "2.3.5"
injectable_generator:
dependency: "direct dev"
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
go_router: ^13.0.1
http: ^1.2.0
intl: ^0.18.1
injectable: ^2.1.1
injectable: ^2.3.5
image_picker: ^1.0.7
json_annotation: ^4.8.1
oauth2: ^2.0.2
Expand All @@ -60,7 +60,7 @@ dev_dependencies:
sdk: flutter
build_runner: ^2.1.7
flutter_lints: ^3.0.1
injectable_generator: ^2.1.5
injectable_generator: ^2.4.1
json_serializable: ^6.6.1
mockito: ^5.4.0
flutter_gen_runner:
Expand Down

0 comments on commit 427f68e

Please sign in to comment.