Skip to content

Instantly share code, notes, and snippets.

@Aditsyal
Created April 11, 2019 08:32
Show Gist options
  • Save Aditsyal/0f0297594e3ff63912113a6b2dbfac5f to your computer and use it in GitHub Desktop.
Save Aditsyal/0f0297594e3ff63912113a6b2dbfac5f to your computer and use it in GitHub Desktop.
final Set<Marker> _markers = Set();
@override
Widget build(BuildContext context) {
return Scaffold(
.
.
body: Stack(
children: <Widget>[
GoogleMap(
markers: _markers,
.
.
.
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment