Skip to content

Commit

Permalink
version 10.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tlserver committed Oct 1, 2024
1 parent 89f85ac commit 9e85462
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [10.0.0-beta.0] - RotationSensor as heading provider

* __BRAKING CHANGE__ Remove flutter_compass dependency, replaced
by [flutter_rotation_sensor](https://pub.dev/packages/flutter_rotation_sensor)

## [9.1.1] - Fix Bug

* Remove debug prints (#128)
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ packages:
path: ".."
relative: true
source: path
version: "9.1.1"
version: "10.0.0-beta.0"
flutter_rotation_sensor:
dependency: transitive
description:
Expand Down Expand Up @@ -424,10 +424,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
url: "https://pub.dev"
source: hosted
version: "14.2.4"
version: "14.2.5"
web:
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: 9.1.1
version: 10.0.0-beta.0
repository: https://github.com/tlserver/flutter_map_location_marker
platforms:
android:
Expand Down

0 comments on commit 9e85462

Please sign in to comment.