More redux work
This commit is contained in:
parent
69428c5d96
commit
5d947f9577
14 changed files with 170 additions and 88 deletions
|
|
@ -5,8 +5,6 @@ import 'package:get_it/get_it.dart';
|
|||
import 'package:shared_preferences/shared_preferences.dart';
|
||||
import 'dart:async';
|
||||
|
||||
import 'package:fires_flutter/models/yourLocation.dart';
|
||||
|
||||
// FIXME remove this later
|
||||
String gmapKey;
|
||||
String firesApiKey;
|
||||
|
|
@ -18,6 +16,5 @@ final Widget appMediumIcon =
|
|||
final Widget appIcon =
|
||||
Image.asset('images/logo-200.png', width: 24.0, height: 24.0);
|
||||
final Future<SharedPreferences> prefs = SharedPreferences.getInstance();
|
||||
List<YourLocation> yourLocations = [];
|
||||
final GetIt getIt = new GetIt();
|
||||
bool isDevelopment = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue