|
|
@ -3,11 +3,13 @@
|
|
|
|
// found in the LICENSE file.
|
|
|
|
// found in the LICENSE file.
|
|
|
|
|
|
|
|
|
|
|
|
import 'dart:async';
|
|
|
|
import 'dart:async';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import 'package:cloud_firestore/cloud_firestore.dart';
|
|
|
|
import 'package:firebase_core/firebase_core.dart';
|
|
|
|
import 'package:firebase_core/firebase_core.dart';
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
import 'package:cloud_firestore/cloud_firestore.dart';
|
|
|
|
|
|
|
|
import 'package:google_maps_flutter/google_maps_flutter.dart';
|
|
|
|
import 'package:google_maps_flutter/google_maps_flutter.dart';
|
|
|
|
import 'package:google_maps_webservice/places.dart';
|
|
|
|
import 'package:google_maps_webservice/places.dart';
|
|
|
|
|
|
|
|
|
|
|
|
import 'api_key.dart';
|
|
|
|
import 'api_key.dart';
|
|
|
|
|
|
|
|
|
|
|
|
// Center of the Google Map
|
|
|
|
// Center of the Google Map
|
|
|
|