ibrierley / flutter_map_dragmarker

A drag marker for flutter_map
BSD 3-Clause "New" or "Revised" License
54 stars 37 forks source link

CustomPoint unavailable in flutter stable version #7

Closed Sabir-Islam-Khan closed 1 year ago

Sabir-Islam-Khan commented 3 years ago

Hi, I was trying to implement it on my app, but apparently i can't because Anchor and custompoint are missing. Is it because i am on stable ? Is there any way to use it on stable version ? I really don't want to migrate now for a single feature as it's a very big project

ibrierley commented 3 years ago

Heya, I'm away until later in the week, but I think those are included with flutter_map so make sure you have that included at the same level

On Monday, September 6, 2021, Sabir Islam Khan @.***> wrote:

Hi, I was trying to implement it on my app, but apparently i can't because Anchor and custompoint are missing. Is it because i am on stable ? Is there any way to use it on stable version ? I really don't want to migrate now for a single feature as it's a very big project

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ibrierley/flutter_map_dragmarker/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5YN5NYE4YO6ZGMORXJWSDUATZHJANCNFSM5DQ2FWJA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Sabir-Islam-Khan commented 3 years ago

Found the problem. Your plugin is working till flutter_map: ^0.11.0 . Later CustomPoint got renamed to Point and several getters were removed as well. That's why it's not working on flutter_map latest version.

ibrierley commented 3 years ago

Thanks, youre welcome to submit a PR, or can sort when I'm back at weekend

On Tuesday, September 7, 2021, Sabir Islam Khan @.***> wrote:

Found the problem. Your plugin is working till flutter_map: ^0.11.0 . Later CustomPoint got renamed to Point and several getters were removed as well. That's why it's not working on flutter_map latest version.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ibrierley/flutter_map_dragmarker/issues/7#issuecomment-914044277, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5YN5M4RBFRKAQJXTTHMS3UAW2CZANCNFSM5DQ2FWJA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

pablojimpas commented 1 year ago

This issue is not relevant now.