WT1.1.4 build 45 android fb, iap

This commit is contained in:
bossanyit
2021-01-12 16:45:43 +01:00
parent f3cc241f65
commit 4bd1950ffd
26 changed files with 772 additions and 180 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ class Cache with Logging {
LinkedHashMap<String, int> _badges = LinkedHashMap();
List deviceLanguages;
String startPage;
String startPage = "home";
String testEnvironment;
bool liveServer = true;
bool hasHardware = false;
+1
View File
@@ -12,6 +12,7 @@ class Product {
String productIdAndroid;
double priceIos;
double priceAndroid;
String localizedPrice;
Product.fromJson(Map json) {
this.productId = json['productId'];