Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8

google_maps_flutter: ^2.12.1
flutter_google_maps_webservices: ^1.1.1
provider: ^6.1.5
go_router: ^15.1.1
gap: ^3.0.1
go_router: ^15.1.1
latlng: ^2.0.7
web_socket_channel: ^3.0.3

Expand All @@ -52,7 +53,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^5.0.0
flutter_lints: ^6.0.0

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ environment:
# path: ^1.8.0

dev_dependencies:
lints: ^5.0.0
lints: ^6.0.0
test: ^1.24.0
2 changes: 1 addition & 1 deletion server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ dependencies:
# path: ^1.8.0

dev_dependencies:
lints: ^5.0.0
lints: ^6.0.0
test: ^1.24.0