Skip to content

Commit 007e1fa

Browse files
committed
Update compass app client dependencies
1 parent e36c642 commit 007e1fa

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

compass_app/app/pubspec.yaml

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
name: compass_app
2-
description: "A new Flutter project."
3-
publish_to: 'none'
2+
description: >-
3+
A sample app that helps users build and book itineraries for trips.
4+
publish_to: none
45
version: 0.1.0
56

67
environment:
78
sdk: ^3.5.0
89

910
dependencies:
10-
cached_network_image: ^3.3.1
11+
cached_network_image: ^3.4.1
1112
collection: ^1.18.0
1213
flutter:
1314
sdk: flutter
1415
flutter_localizations:
1516
sdk: flutter
16-
flutter_svg: ^2.0.10+1
17+
flutter_svg: ^2.0.16
1718
freezed_annotation: ^2.4.4
18-
go_router: ^14.2.0
19+
go_router: ^14.6.2
1920
google_fonts: ^6.2.1
2021
intl: any
2122
json_annotation: ^4.9.0
22-
logging: ^1.2.0
23+
logging: ^1.3.0
2324
provider: ^6.1.2
24-
share_plus: ^7.2.2
25-
shared_preferences: ^2.3.1
25+
share_plus: ^10.1.3
26+
shared_preferences: ^2.3.5
2627

2728
dev_dependencies:
2829
flutter_test:
@@ -32,9 +33,9 @@ dev_dependencies:
3233
mocktail: ^1.0.4
3334
integration_test:
3435
sdk: flutter
35-
build_runner: ^2.4.12
36+
build_runner: ^2.4.14
3637
freezed: ^2.5.7
37-
json_serializable: ^6.8.0
38+
json_serializable: ^6.9.0
3839

3940
flutter:
4041
uses-material-design: true

0 commit comments

Comments
 (0)