Many work in navegation, map, drawer, about, slider

This commit is contained in:
vjrj 2018-06-12 18:08:49 +02:00
parent 662deb3086
commit 574c1afc33
15 changed files with 446 additions and 168 deletions

View file

@ -3,11 +3,16 @@ import 'package:get_it/get_it.dart';
import 'dart:async';
import 'package:shared_preferences/shared_preferences.dart';
import 'basicLocation.dart';
import 'package:flutter/material.dart';
String gmapKey;
String firesApiKey;
String firesApiUrl;
String appName = 'All Against The Fire!';
String appVersion = '0.0.1';
String appLicense = "(c) 2017-2018 Comunes Association under the GNU Affero GPL v3";
Widget appMediumIcon = Image.asset('images/logo-200.png', width: 60.0, height: 60.0);
Widget appIcon = Image.asset('images/logo-200.png', width: 24.0, height: 24.0);
Future<SharedPreferences> prefs = SharedPreferences.getInstance();
final List<BasicLocation> yourLocations = [];
final GetIt getIt = new GetIt();