ibrierley / flutter_map_line_editor

A basic line/poly editor that works with flutter_map and dragmarkers.
MIT License
46 stars 27 forks source link

Markers not dragging - again #33

Closed Mmisiek closed 1 year ago

Mmisiek commented 1 year ago

Hi Ian, We went thought this issue 2 years ago but now with updated Fluter and Map (3.0) I had problem to run LineEditor. Originally I was using DragMaker from the package but they changed interface to I switched to yours. It does compile but dragging does not work anymore ? flutter_map_line_editor: ^4.0.2 flutter_map_dragmarker: ^4.1.2

Thanks for help in advance.

ibrierley commented 1 year ago

Example works fine for me with flutter 3.3.0, and flutter_map 3.1.0.

Does the example work for you ?

Dart SDK 2.18.0
Flutter SDK 3.3.0
flutter_map_line_editor 4.0.2
|-- flutter 0.0.0
|   |-- characters 1.2.1
|   |-- collection 1.16.0
|   |-- material_color_utilities 0.1.5
|   |-- meta 1.8.0
|   |-- sky_engine 0.0.99
|   '-- vector_math 2.1.2
|-- flutter_lints 2.0.1
|   '-- lints 2.0.1
|-- flutter_map 3.1.0
|   |-- async 2.9.0
|   |   |-- collection...
|   |   '-- meta...
|   |-- collection...
|   |-- flutter...
...
Mmisiek commented 1 year ago

Ian, my bad I was missing absorbPanEventsOnScrollables: false, in MapOptions, I guess it was added in last year ? Thanks for great plugin !

ibrierley commented 1 year ago

Yes, I think that was switched at some point, can't remember when, thanks for the feedback.