gecko/lib/globals.dart

21 lines
387 B
Dart
Raw Normal View History

2021-01-26 21:00:26 +01:00
import 'dart:io';
2021-01-30 15:24:08 +01:00
import 'package:shared_preferences/shared_preferences.dart';
2021-01-26 21:00:26 +01:00
// Files paths
2021-01-26 21:00:26 +01:00
Directory appPath;
Directory walletsDirectory;
File defaultWalletFile;
File currentChestFile;
String defaultWallet;
2021-01-26 21:00:26 +01:00
String appVersion;
2021-01-30 15:24:08 +01:00
SharedPreferences prefs;
String endPointGVA;
int ramSys;
String cesiumPod = "https://g1.data.le-sou.org";
// Responsive ratios
bool isTall;
double ratio;