Skip to content

Instantly share code, notes, and snippets.

View encikpulasan's full-sized avatar
🕌
🏃🏻💨

encikpulasan

🕌
🏃🏻💨
  • Johor, Malaysia
View GitHub Profile
@rohan20
rohan20 / flutter_google_maps_bottom_sheet.dart
Last active July 4, 2023 15:38
Flutter Google Maps Bottom Sheet
import 'package:flutter/material.dart';
class GoogleMapsClonePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
body: Stack(
children: <Widget>[
CustomGoogleMap(),
CustomHeader(),