Skip to content

Commit

Permalink
version 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tlserver committed Aug 15, 2023
1 parent 2d81b50 commit cf4344f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [7.0.3] - Improve Behavior

* add parameter `shouldRequestPermission` to [LocationMarkerDataStreamFactory.defaultPositionStreamSource()](https://pub.dev/documentation/flutter_map_location_marker/latest/flutter_map_location_marker/LocationMarkerDataStreamFactory/defaultPositionStreamSource.html) (#78)
* Fix indicators

## [7.0.2] - Fix Bug

* Fix error with null heading (#74)
Expand Down
34 changes: 25 additions & 9 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.17.1"
crypto:
dependency: transitive
description:
name: crypto
sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab
url: "https://pub.dev"
source: hosted
version: "3.0.3"
cupertino_icons:
dependency: "direct main"
description:
Expand Down Expand Up @@ -92,7 +100,7 @@ packages:
path: ".."
relative: true
source: path
version: "7.0.2"
version: "7.0.3"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -115,10 +123,10 @@ packages:
dependency: transitive
description:
name: geolocator_android
sha256: "6cd3c622df085a79fd61f5c14fa024c3ba593aa6b1df2ee809ac59f45e6a9861"
sha256: "835ff5b4888a2f8eba128996494faf9c5d422785322a81dc0565b99e0f6c379d"
url: "https://pub.dev"
source: hosted
version: "4.1.8"
version: "4.2.2"
geolocator_apple:
dependency: transitive
description:
Expand Down Expand Up @@ -147,18 +155,18 @@ packages:
dependency: transitive
description:
name: geolocator_windows
sha256: f5911c88e23f48b598dd506c7c19eff0e001645bdc03bb6fecb9f4549208354d
sha256: "242a35938cbe81dd169c9c72fc53e8183c4447bfa998b5df56b6725796591951"
url: "https://pub.dev"
source: hosted
version: "0.1.1"
version: "0.1.2"
http:
dependency: transitive
description:
name: http
sha256: "4c3f04bfb64d3efd508d06b41b825542f08122d30bda4933fb95c069d22a4fa3"
sha256: "759d1a329847dd0f39226c688d3e06a6b8679668e350e2891a6474f8b4bb8525"
url: "https://pub.dev"
source: hosted
version: "1.0.0"
version: "1.1.0"
http_parser:
dependency: transitive
description:
Expand Down Expand Up @@ -251,10 +259,10 @@ packages:
dependency: transitive
description:
name: plugin_platform_interface
sha256: "6a2128648c854906c53fa8e33986fc0247a1116122f9534dd20e3ab9e16a32bc"
sha256: "43798d895c929056255600343db8f049921cbec94d31ec87f1dc5c16c01935dd"
url: "https://pub.dev"
source: hosted
version: "2.1.4"
version: "2.1.5"
polylabel:
dependency: transitive
description:
Expand Down Expand Up @@ -340,6 +348,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.3.1"
uuid:
dependency: transitive
description:
name: uuid
sha256: "648e103079f7c64a36dc7d39369cabb358d377078a051d6ae2ad3aa539519313"
url: "https://pub.dev"
source: hosted
version: "3.0.7"
vector_math:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_map_location_marker
description: A flutter map plugin for displaying device current location.
version: 7.0.2
version: 7.0.3
repository: https://github.com/tlserver/flutter_map_location_marker
platforms:
android:
Expand Down

0 comments on commit cf4344f

Please sign in to comment.