Skip to content
Open
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
52 changes: 38 additions & 14 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,10 @@ packages:
dependency: "direct main"
description:
name: flutter_native_splash
sha256: "4fb9f4113350d3a80841ce05ebf1976a36de622af7d19aca0ca9a9911c7ff002"
sha256: "9db4b80b044e9af17cc4b1272137fc7ace0054d879ef8210a76adc34aaf4cdff"
url: "https://pub.dev"
source: hosted
version: "2.4.7"
version: "2.4.8"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down Expand Up @@ -405,14 +405,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.1.0"
geoclue:
dependency: transitive
description:
name: geoclue
sha256: c2a998c77474fc57aa00c6baa2928e58f4b267649057a1c76738656e9dbd2a7f
url: "https://pub.dev"
source: hosted
version: "0.1.1"
geolocator:
dependency: "direct main"
description:
name: geolocator
sha256: ee2212a3df8292ec4c90b91183b8001d3f5a800823c974b570c5f9344ca320dc
sha256: "79939537046c9025be47ec645f35c8090ecadb6fe98eba146a0d25e8c1357516"
url: "https://pub.dev"
source: hosted
version: "14.0.1"
version: "14.0.2"
geolocator_android:
dependency: transitive
description:
Expand All @@ -429,6 +437,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.13"
geolocator_linux:
dependency: transitive
description:
name: geolocator_linux
sha256: b02993d59b753bf1967ed28862002841aec5cdd5090c1f495213b32ce488aced
url: "https://pub.dev"
source: hosted
version: "0.2.5"
geolocator_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -473,10 +489,10 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: "92d8cee7c57dff0a6c409c05597b460002434eccf7424a712283225b3962d03f"
sha256: "5922b2861e2235a3504896f0d6fa07d84141b480cf52eecd2f42cd25585a9e8a"
url: "https://pub.dev"
source: hosted
version: "17.2.3"
version: "17.3.0"
google_fonts:
dependency: "direct main"
description:
Expand All @@ -493,6 +509,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.2"
gsettings:
dependency: transitive
description:
name: gsettings
sha256: "1b0ce661f5436d2db1e51f3c4295a49849f03d304003a7ba177d01e3a858249c"
url: "https://pub.dev"
source: hosted
version: "0.2.8"
highlight:
dependency: transitive
description:
Expand Down Expand Up @@ -945,26 +969,26 @@ packages:
dependency: transitive
description:
name: sentry
sha256: f04095a25ff02b202a914174c73ec309570aa93d61098cb4a0a9e715b4aaa465
sha256: "3284d220618d9344ce8a0765519129744a4cc658309496f052680909d74f7c51"
url: "https://pub.dev"
source: hosted
version: "9.20.0"
version: "9.21.0"
sentry_dart_plugin:
dependency: "direct dev"
description:
name: sentry_dart_plugin
sha256: "2c5f263f8d5aea3cf387a7e03f77e355d35c71bd9a429474d633fbc085b86ceb"
sha256: da9c1d0b3c87a251bfc36301f16af090a88c2d59128fe9a6f908f5ac20340c97
url: "https://pub.dev"
source: hosted
version: "3.3.0"
version: "3.4.0"
sentry_flutter:
dependency: "direct main"
description:
name: sentry_flutter
sha256: "4f0a914d8c37e5015d7b86dd42b92dd265948fd31875b43e62ddfc2e7bea0e41"
sha256: fc14658d90645e83e2305e8300513d5633aa5cd2cbf5b5d805e78416acbc61e9
url: "https://pub.dev"
source: hosted
version: "9.20.0"
version: "9.21.0"
share_plus:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1198,10 +1222,10 @@ packages:
dependency: "direct main"
description:
name: upgrader
sha256: e05ddce3799a73b76470d8d239951038f5759f116e89fe0c909e30ac2856310b
sha256: "6282524d4b664e48e24736ce343eedd115dcc1ce79198fc0bd46f14692e1f05e"
url: "https://pub.dev"
source: hosted
version: "13.3.0"
version: "13.5.0"
url_launcher:
dependency: "direct main"
description:
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ environment:
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
sentry_flutter: ^9.6.0
sentry_flutter: ^9.21.0
flutter:
sdk: flutter
flutter_web_plugins:
Expand All @@ -42,10 +42,10 @@ dependencies:
# its public API directly (InlineSyntax for the <mark>/<curr-mark> search
# highlight syntax in lib/views/widgets/brief_markdown.dart).
markdown: ^7.2.1
upgrader: ^13.3.0
upgrader: ^13.5.0
flutter_map: ^8.2.2
flutter_map_marker_cluster: ^8.2.2
geolocator: ^14.0.1
geolocator: ^14.0.2
google_fonts: ^8.1.0
url_launcher: ^6.3.2
osm_nominatim: ^4.0.1
Expand All @@ -57,7 +57,7 @@ dependencies:
shorebird_code_push: ^2.0.4
flutter_local_notifications: ^21.0.0

flutter_native_splash: ^2.4.6
flutter_native_splash: ^2.4.8
flutter_localizations:
sdk: flutter
intl: any
Expand All @@ -69,15 +69,15 @@ dependencies:
proj4dart: ^3.0.0
web: ^1.1.1
file_picker: ^12.0.0-beta.3
go_router: ^17.2.3
go_router: ^17.3.0
http: ^1.5.0
meta: ^1.16.0
mustache_template: ^2.0.0
http_parser: ^4.1.2
args: ^2.7.0

dev_dependencies:
sentry_dart_plugin: ^3.1.1
sentry_dart_plugin: ^3.4.0
flutter_test:
sdk: flutter
visibility_detector: ^0.4.0+2
Expand Down