Your locations persist
This commit is contained in:
parent
ce2b65f1e0
commit
7fbe5b971d
10 changed files with 140 additions and 182 deletions
|
|
@ -1,6 +1,11 @@
|
|||
library fires.globals;
|
||||
import 'package:get_it/get_it.dart';
|
||||
import 'dart:async';
|
||||
import 'package:shared_preferences/shared_preferences.dart';
|
||||
import 'basicLocation.dart';
|
||||
|
||||
String gmapKey;
|
||||
|
||||
final GetIt getIt = new GetIt();
|
||||
String appName = 'All Against Fire!';
|
||||
Future<SharedPreferences> prefs = SharedPreferences.getInstance();
|
||||
final List<BasicLocation> yourLocations = [];
|
||||
final GetIt getIt = new GetIt();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue