ibrierley / flutter_map_dragmarker

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

Support for flutter_map ^6.0.0-dev.3 #36

Closed shrijanRegmi closed 1 year ago

shrijanRegmi commented 1 year ago

I wanted to try out flutter_map v6 in one of my projects, and I didn't want to wait, so I took the initiative to update the package myself. Please take a moment to review the pull request. There might be numerous potential improvements that you may want to consider.

Note: After this update, you may also need to make adjustments to the example project, as it might not work as expected.

ibrierley commented 1 year ago

Hi, thanks for this. It doesn't seem to work for me, and I get a lot of errors, especially around the plugin_api.dart requests.

I know this update came in linked to the beta, and not sure if that has differences here, but if you want to check it again with the latest release, and especially run the examples, I'll take another look. Thanks!

shrijanRegmi commented 1 year ago

Hey @ibrierley

I just got chance today to update the package to support new release of flutter_map: ^6.0.0. It's really late here in my time today, I'll update this PR tomorrow.

shrijanRegmi commented 1 year ago

Closing this since a new pull request is sent for flutter_map: ^6.0.0 #39