tlserver / flutter_map_location_marker

A flutter map plugin for displaying device current location.
https://pub.dev/packages/flutter_map_location_marker
BSD 3-Clause "New" or "Revised" License
98 stars 83 forks source link

flutter_compass deprecation warning #7

Closed abdlulu closed 2 years ago

abdlulu commented 2 years ago

Each time I run flutter pub get or run my application which depends on flutter_compass only through this plugin, I get the following warning:

"The plugin flutter_compass uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs. If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration."

barbalex commented 2 years ago

flutter_compass has published version 0.7.0 which solves the issue. So need to update the dependency

tlserver commented 2 years ago

Thanks you for reminder! Updated dependencies.