Added fire locations

This commit is contained in:
vjrj 2018-06-09 13:09:29 +02:00
parent c4438365ab
commit 8e4e469eb8
15 changed files with 607 additions and 49 deletions

6
lib/globals.dart Normal file
View file

@ -0,0 +1,6 @@
library fires.globals;
import 'package:get_it/get_it.dart';
String gmapKey;
final GetIt getIt = new GetIt();