Locations persist. Leaflet and Rest queries
This commit is contained in:
parent
7fbe5b971d
commit
b5b8b3da51
13 changed files with 196 additions and 192 deletions
|
|
@ -5,7 +5,8 @@ import 'package:shared_preferences/shared_preferences.dart';
|
|||
import 'basicLocation.dart';
|
||||
|
||||
String gmapKey;
|
||||
String appName = 'All Against Fire!';
|
||||
String firesApiKey;
|
||||
String appName = 'All Against The 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