Skip to content

Commit

Permalink
downgrading auto route
Browse files Browse the repository at this point in the history
  • Loading branch information
RunTerror committed May 8, 2024
1 parent c8d0014 commit 009e21d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "8.1.3"
auto_route_generator:
dependency: "direct dev"
description:
name: auto_route_generator
sha256: ba28133d3a3bf0a66772bcc98dade5843753cd9f1a8fb4802b842895515b67d3
url: "https://pub.dev"
source: hosted
version: "8.0.0"
bloc:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1462,5 +1470,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.2.3 <4.0.0"
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.16.0"
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
flutter_geocoder_alternative: any

# for routing
auto_route: ^8.1.3
auto_route: ^8.1.1


# for state management
Expand All @@ -64,6 +64,7 @@ dev_dependencies:
sdk: flutter
hive_generator:
test: ^1.16.5
auto_route_generator: any

flutter_icons:
android: "launcher_icon"
Expand Down

0 comments on commit 009e21d

Please sign in to comment.