Skip to content

Instantly share code, notes, and snippets.

View stefanodecillis's full-sized avatar

Stefano De Cillis stefanodecillis

View GitHub Profile
@stefanodecillis
stefanodecillis / main.dart
Last active December 25, 2021 12:25
Flutter app - Google Maps and Places snippet - main.dart
import 'package:flutter/material.dart';
import 'package:flutter_google_places/flutter_google_places.dart';
import 'package:google_map_polyline/google_map_polyline.dart';
import 'package:google_maps_flutter/google_maps_flutter.dart';
import 'package:google_maps_webservice/places.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
// This widget is the root of your application.