I am trying to implement map_view plugin in my flutter application. Followed the instructions provided in the plugin documentation but failed to install the plugin.
I have added the dependency for map_view plugin to pubspec.yaml as below,
dependencies:
map_view: "^0.0.10"
but after running flutter packages get, I am getting this error
Package uri has no versions that match >=0.11.1 <0.12.0 derived from:
- map_view 0.0.10 depends on version ^0.11.1
pub get failed (1)
How can I solve this?