Skip to content

Commit

Permalink
Bumped geolocator dependency version by pinning web package version (…
Browse files Browse the repository at this point in the history
…not used by mobile apps)
  • Loading branch information
sveinbjornt committed Aug 9, 2024
1 parent 3d63a73 commit dd01ab2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: embla
description: Cross-platform mobile Icelandic-language voice assistant.
publish_to: 'none'
version: 1.4.0+595
version: 1.4.1+0
homepage: https://embla.is
repository: https://github.com/mideind/EmblaFlutterApp

Expand All @@ -15,7 +15,7 @@ dependencies:
# Third-party
http: '>=1.2.2'
shared_preferences: '^2.3.1'
geolocator: ^12.0.0
geolocator: ^13.0.1
package_info_plus: ^8.0.1
device_info_plus: ^10.1.1
url_launcher: '^6.3.0'
Expand Down Expand Up @@ -51,6 +51,7 @@ dependencies:

dependency_overrides:
js: ^0.7.1
web: ^0.5.0

dev_dependencies:
# flutter_test:
Expand Down

0 comments on commit dd01ab2

Please sign in to comment.