Skip to content

Instantly share code, notes, and snippets.

@berkayoruc
Last active May 28, 2024 21:44
Show Gist options
  • Save berkayoruc/b5dce13b781727fb7a08e3bdd5808e09 to your computer and use it in GitHub Desktop.
Save berkayoruc/b5dce13b781727fb7a08e3bdd5808e09 to your computer and use it in GitHub Desktop.
Widget build(BuildContext context) {
return FlutterMap(
options: MapOptions(
initialCenter: LatLng(41, 29),
initialZoom: 8.0,
)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment