Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tlserver committed Nov 3, 2023
1 parent 8c11195 commit c5b7a0c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
38 changes: 19 additions & 19 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.3"
cupertino_icons:
dependency: "direct main"
description:
name: cupertino_icons
sha256: d57953e10f9f8327ce64a508a355f0b1ec902193f66288e8cb5070e7c47eeb2d
url: "https://pub.dev"
source: hosted
version: "1.0.6"
fake_async:
dependency: transitive
description:
Expand All @@ -82,18 +74,18 @@ packages:
dependency: "direct main"
description:
name: flutter_joystick
sha256: "5d718396d2a92f1dd0e4533650828052cc78ef6787be4d72288cbad14f1b43d5"
sha256: "9fee6b7f69501ecf78c02c924169f17311737cc84990205d6affb7d9ccda5388"
url: "https://pub.dev"
source: hosted
version: "0.0.3"
version: "0.0.4"
flutter_map:
dependency: "direct main"
description:
name: flutter_map
sha256: e625957146c7d2e847da2cdefd893d6f5315ced6ee5228d2c05fec760cab3ad7
sha256: "2b925948b675ef74ca524179fb133dbe0a21741889ccf56ad08fc8dcc38ba94b"
url: "https://pub.dev"
source: hosted
version: "6.0.0"
version: "6.0.1"
flutter_map_location_marker:
dependency: "direct main"
description:
Expand Down Expand Up @@ -123,10 +115,10 @@ packages:
dependency: transitive
description:
name: geolocator_android
sha256: "93906636752ea4d4e778afa981fdfe7409f545b3147046300df194330044d349"
sha256: "741579fa6c9e412984d2bdb2fbaa54e3c3f7587c60aeacfe6e058358a11f40f8"
url: "https://pub.dev"
source: hosted
version: "4.3.1"
version: "4.4.0"
geolocator_apple:
dependency: transitive
description:
Expand Down Expand Up @@ -155,10 +147,10 @@ packages:
dependency: transitive
description:
name: geolocator_windows
sha256: "8725beaa00db2b52f53d9811584cb4488240b250b04a09763e80945017f65c9c"
sha256: a92fae29779d5c6dc60e8411302f5221ade464968fe80a36d330e80a71f087af
url: "https://pub.dev"
source: hosted
version: "0.2.1"
version: "0.2.2"
http:
dependency: transitive
description:
Expand Down Expand Up @@ -292,6 +284,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.10.0"
sprintf:
dependency: transitive
description:
name: sprintf
sha256: "1fc9ffe69d4df602376b52949af107d8f5703b77cda567c4d7d86a0693120f23"
url: "https://pub.dev"
source: hosted
version: "7.0.0"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -352,10 +352,10 @@ packages:
dependency: transitive
description:
name: uuid
sha256: "648e103079f7c64a36dc7d39369cabb358d377078a051d6ae2ad3aa539519313"
sha256: b715b8d3858b6fa9f68f87d20d98830283628014750c2b09b6f516c1da4af2a7
url: "https://pub.dev"
source: hosted
version: "3.0.7"
version: "4.1.0"
vector_math:
dependency: transitive
description:
Expand All @@ -381,5 +381,5 @@ packages:
source: hosted
version: "2.0.0"
sdks:
dart: ">=3.1.0-185.0.dev <4.0.0"
dart: ">=3.1.3 <4.0.0"
flutter: ">=3.10.0"
3 changes: 1 addition & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ environment:
flutter: ">=3.10.0"

dependencies:
cupertino_icons: ^1.0.5
flutter:
sdk: flutter
flutter_compass: any
flutter_joystick: ^0.0.3
flutter_joystick: ^0.0.4
flutter_map: any
flutter_map_location_marker:
path: ../
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
flutter:
sdk: flutter
flutter_compass: ^0.8.0
flutter_map: ^6.0.0
flutter_map: ^6.0.1
geolocator: ^10.1.0
latlong2: ^0.9.0

Expand Down

0 comments on commit c5b7a0c

Please sign in to comment.