Skip to content

Commit

Permalink
Maplibreのアップデート (#685)
Browse files Browse the repository at this point in the history
* Maplibre for iOS 6.4.0
* Maplibre for Android 11.0.0
  • Loading branch information
YumNumm committed May 18, 2024
1 parent 7f6b893 commit 5120cca
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ PODS:
- GoogleUtilities/Privacy
- in_app_review (0.2.0):
- Flutter
- MapLibre (5.14.0-pre3)
- MapLibre (6.4.1)
- maplibre_gl (0.0.1):
- Flutter
- MapLibre (= 5.14.0-pre3)
- MapLibre (= 6.4.1)
- nanopb (2.30910.0):
- nanopb/decode (= 2.30910.0)
- nanopb/encode (= 2.30910.0)
Expand Down Expand Up @@ -298,8 +298,8 @@ SPEC CHECKSUMS:
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15
in_app_review: 318597b3a06c22bb46dc454d56828c85f444f99d
MapLibre: 620fc933c1d6029b33738c905c1490d024e5d4ef
maplibre_gl: a2efec727dd340e4c65e26d2b03b584f14881fd9
MapLibre: 33d082810e1ca968c561dfc85e7e20346f943f11
maplibre_gl: 71d457d869fa39ff03cbec0aa32fb96d749411ac
nanopb: 438bc412db1928dac798aa6fd75726007be04262
package_info_plus: 58f0028419748fad15bf008b270aaa8e54380b1c
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
Expand Down
12 changes: 6 additions & 6 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -963,8 +963,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "355a5c832160521eb4d2b0ee5ac1d3c3642b7277"
resolved-ref: "355a5c832160521eb4d2b0ee5ac1d3c3642b7277"
ref: "689e03748242f31103bea4a22f5bc2c63f3873fc"
resolved-ref: "689e03748242f31103bea4a22f5bc2c63f3873fc"
url: "https://github.com/YumNumm/flutter-maplibre-gl.git"
source: git
version: "0.18.0"
Expand Down Expand Up @@ -1334,10 +1334,10 @@ packages:
dependency: "direct main"
description:
name: screenshot
sha256: "455284ff1f5b911d94a43c25e1385485cf6b4f288293eba68f15dad711c7b81c"
sha256: "63817697a7835e6ce82add4228e15d233b74d42975c143ad8cfe07009fab866b"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "3.0.0"
share_plus:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1564,10 +1564,10 @@ packages:
dependency: "direct main"
description:
name: talker_flutter
sha256: "981da0bb1501a9937f914574b5987f839e363a8402f613addbbf9ebe7e8393c1"
sha256: "8b10ea148e16410abc950ab596a9cb9b2ae4380640dec9a88dc80503f41902b8"
url: "https://pub.dev"
source: hosted
version: "4.1.5"
version: "4.2.0"
talker_logger:
dependency: transitive
description:
Expand Down
20 changes: 10 additions & 10 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ dependencies:
git:
url: https://github.com/YumNumm/EQMonitor.git
path: packages/extensions
firebase_analytics: ^10.10.4
firebase_core: ^2.30.1
firebase_crashlytics: ^3.5.4
firebase_messaging: ^14.9.1
firebase_analytics: ^10.10.5
firebase_core: ^2.31.0
firebase_crashlytics: ^3.5.5
firebase_messaging: ^14.9.2
flutter:
sdk: flutter
flutter_hooks: ^0.20.5
Expand All @@ -43,7 +43,7 @@ dependencies:
flutter_test:
sdk: flutter
freezed_annotation: ^2.4.1
go_router: ^14.0.2
go_router: ^14.1.1
google_fonts: ^6.2.1
hooks_riverpod: ^3.0.0-dev.3
image: ^4.1.7
Expand Down Expand Up @@ -74,23 +74,23 @@ dependencies:
maplibre_gl:
git:
url: https://github.com/YumNumm/flutter-maplibre-gl.git
ref: 355a5c832160521eb4d2b0ee5ac1d3c3642b7277
ref: 689e03748242f31103bea4a22f5bc2c63f3873fc
ntp: ^2.0.0
package_info_plus: ^8.0.0
path_provider: ^2.1.3
permission_handler: ^11.3.1
purchases_flutter: ^6.29.0
purchases_flutter: ^6.29.1
riverpod_annotation: ^3.0.0-dev.3
screenshot: 2.1.0
screenshot: 3.0.0
share_plus: ^9.0.0
shared_preferences: ^2.2.3
sheet:
git:
url: https://github.com/YumNumm/modal_bottom_sheet.git
branch: main
path: sheet
talker_dio_logger: ^4.1.5
talker_flutter: 4.1.5
talker_dio_logger: ^4.2.0
talker_flutter: 4.2.0
url_launcher: ^6.2.6
uuid: ^4.4.0
version: ^3.0.2
Expand Down

0 comments on commit 5120cca

Please sign in to comment.