Is there OSM plugin for flutter?

Hi

I need a full osm plugin for Flutter.
I want to show map in dart flutter and get location and address.
If do you know information about it, tell me please.

Thanks

I just answered a similar question over at https://help.openstreetmap.org/questions/71866/is-there-osm-plugin-for-flutter :

(assuming that you’re talking about https://en.wikipedia.org/wiki/Flutter_(software) ) I’m not familiar with it, but if you can load Javascript in a webview then you should be able to have a “slippy map” based on Javascript, like the one at https://www.openstreetmap.org/#map=2/24.8/107.8 is.

Doing it that way, in order to “get location and address” you’d be able to use Leaflet plugins to do that.