Emmanuel Villalobos
Emmanuel Villalobos
At first I thought of: What if we simply create a 'transactions' collection inside the user's document? But your idea of handling multiple accounts came to my mind too, because...
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`. Have...
The README says that listening for events is supported, but it doesn't seem like so. I also need to be able to listen for events like [touchstart](https://docs.mapbox.com/mapbox-gl-js/api/map/#map.event:touchstart), but I can't...
I managed to implement a similar functionality by wrapping the `MapWidget` in a `GestureDetector` and using the `coordinateForPixel` method.