Skip to content

Instantly share code, notes, and snippets.

View FilledStacks's full-sized avatar
👨‍💻
Working on my next tutorial

Dane Mackier FilledStacks

👨‍💻
Working on my next tutorial
View GitHub Profile
import 'package:flutter/material.dart';
class GoogleMapsClonePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
body: Stack(
children: <Widget>[
CustomGoogleMap(),
CustomHeader(),