i18n (wip)
This commit is contained in:
parent
cee04a3d12
commit
6488957148
17 changed files with 368 additions and 191 deletions
|
|
@ -8,9 +8,8 @@ import 'package:flutter/material.dart';
|
|||
String gmapKey;
|
||||
String firesApiKey;
|
||||
String firesApiUrl;
|
||||
final String appName = 'All Against The Fire!';
|
||||
final String appVersion = '0.0.1';
|
||||
final String appLicense = "(c) 2017-2018 Comunes Association under the GNU Affero GPL v3";
|
||||
|
||||
final Widget appMediumIcon = Image.asset('images/logo-200.png', width: 60.0, height: 60.0);
|
||||
final Widget appIcon = Image.asset('images/logo-200.png', width: 24.0, height: 24.0);
|
||||
final Future<SharedPreferences> prefs = SharedPreferences.getInstance();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue