OwnWeb / flutter_map_tappable_polyline

A tappable Polyline plugin for flutter_map
https://pub.dev/packages/flutter_map_tappable_polyline
MIT License
54 stars 44 forks source link

Problem with click #34

Closed alexmo3 closed 3 years ago

alexmo3 commented 3 years ago

Hi,

First of all I apologize if I'm asking nonsense (I'm new here) but, when I try to click on the map, the following error occurs. The double-click works very well.

════════ Exception caught by gesture ═══════════════════════════════════════════ Closure call with mismatched arguments: function 'MapPageState.build.' Receiver: Closure: (dynamic) => Null Tried calling: MapPageState.build.() Found: MapPageState.build.(dynamic) => Null ════════════════════════════════════════════════════════════════════════════════ I/chatty (16066): uid=10159(com.mysongs.mysongs_maps) 1.ui identical 23 lines I/flutter (16066): alex: LatLng(latitude:-7.117835, longitude:-34.824728) I/flutter (16066): alex: LatLng(latitude:-7.117835, longitude:-34.824728)

Flutter version

Flutter 2.5.0-5.2.pre • channel beta • https://github.com/flutter/flutter.git Framework • revision 19c61fed0d (8 days ago) • 2021-08-18 17:10:31 -0700 Engine • revision 7a4c4505f6 Tools • Dart 2.14.0 (build 2.14.0-377.7.beta)

HugoHeneault commented 3 years ago

Hi @alexmo3!

Welcome here. Would you please share your code so I can look on why you're having this issue? Thanks a lot.

HugoHeneault commented 3 years ago

Hello @alexmo3

Would you please provide us some repro code so we can work out this issue?

Thanks!

manhlh commented 3 years ago

Problem had fixed in last version 3.0.0.

HugoHeneault commented 3 years ago

Awesome! Thanks :-)