ember11498
ember11498
@maios thank you for the reply. But can I make the circle 5km radius from my coordinates? Does it have that parameter? it has a circleRadius parameter but isnt that...
I guess there isnt a way of doing this using this package. Will you ever add this feature? if yes when approximatelly?
> I'm also interested in implementing a functionality like this. I'd like to be able to recognize when the user drags their finger across the map and get the `ScreenCoordinates`....
I also want to know this? Can we do like controller.relativeanimate(0...etc) when tap outside?
after some experiences I found that the overlay does not consider the fact that keyboard might be active. per example in my case I place my toolbar right above the...
@ironCheng I see you resolved the issue but that spreadUp parameter doesnt exist. Will there be a pull request? Or I need to somehow customize it on my own like...
@Amir-P can you add this feature to the package?
@Amir-P can you merge this? i just tested the latest version and this is still a bug
@Amir-P just as an example I tried this code: _controller.addListener(() { if (_controller.document.length > threshold) { final overflow = _controller.document.length - threshold; _controller.replaceText(threshold - 1, overflow, ""); } }); And...
Also, if I want to formatText to background red when user overflows 300 characters per example the formatText itself triggers the listener again and again going on an infinite loop....