Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CLOUARD Regis
Vikazimut-App
Commits
2b874f33
Commit
2b874f33
authored
Dec 06, 2021
by
Clouard Regis
Browse files
Changed geolocator third-party library.
parent
25e33c48
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
2b874f33
...
...
@@ -4,7 +4,7 @@
-
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
, and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [
Unreleased
] - 2021-
## [
3.2.2
] - 2021-
12-06
## Added
Removed unused icons
...
...
lib/map/view/location_provider.dart
View file @
2b874f33
...
...
@@ -37,7 +37,7 @@ class LocationProvider {
}
else
{
locationSettings
=
LocationSettings
(
accuracy:
LocationAccuracy
.
high
,
distanceFilter:
100
,
distanceFilter:
MIN_DISTANCE_BW_UPDATES_IN_M
,
);
}
final
positionStream
=
Geolocator
.
getPositionStream
(
locationSettings:
locationSettings
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment