I want to create a screen where it will show the location of the company in a small map on the screen when the longitude and the latitude is given.The map should not take up the whole page.The idea is to have a map like below. What is the best plugin to use and how to show it in a small widget?

I'm using flutter_osm_plugin (Open Street Map) plugin.
I can resize the map widget by wrapping it with SizedBox widget.
SizedBox(
height: 200,
width: double.infinity,
child: OSMFlutter(...),
),

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With