ibrierley / flutter_map_dragmarker

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

DragMarker Patch #38

Closed jiazeh closed 11 months ago

jiazeh commented 1 year ago

Make it compatible with Flutter_map v6.0.

ibrierley commented 1 year ago

Thanks for this, will try and check it later.

ibrierley commented 1 year ago

I think this needs changing from ^6.0.0-dev.3 to ^6.0.0, same with the examples pubspec.yaml Also I'm getting errors on import 'package:flutter_map/plugin_api.dart'; in the main lib and examples folders, which is making mapController and mapCamera unavailable ?