This commit is contained in:
Zypherift 2024-03-03 22:00:50 +01:00
parent b98e4c0347
commit c4d05fe91f
4 changed files with 6 additions and 12 deletions

View File

@ -66,9 +66,9 @@ android {
signingConfigs {
debug {
keyAlias "androiddebugkey"
keyPassword "Jelszo123"
storeFile file("C:/Users/Kima/debugkeystore.jks")
storePassword "Jelszo123"
keyPassword "android"
storeFile file("/home/reinerregodebugkeystore.jks")
storePassword "android"
}
release {

View File

@ -165,11 +165,6 @@ public final class GeneratedPluginRegistrant {
} catch (Exception e) {
Log.e(TAG, "Error registering plugin sqflite, com.tekartik.sqflite.SqflitePlugin", e);
}
try {
flutterEngine.getPlugins().add(new com.flutter.stripe.StripeAndroidPlugin());
} catch (Exception e) {
Log.e(TAG, "Error registering plugin stripe_android, com.flutter.stripe.StripeAndroidPlugin", e);
}
try {
flutterEngine.getPlugins().add(new name.avioli.unilinks.UniLinksPlugin());
} catch (Exception e) {

View File

@ -1,5 +1,5 @@
sdk.dir=C:\\Users\\Kima\\AppData\\Local\\Android\\sdk
flutter.sdk=C:\\src\\flutter
sdk.dir=/media/zypherift/FileStorage/android-sdk
flutter.sdk=/home/reinerrego/flutter/flutter
flutter.buildMode=debug
flutter.versionName=5.0.0
flutter.versionCode=241

View File

@ -46,7 +46,7 @@ class ActiveSponsorCard extends StatelessWidget {
return const SizedBox();
}
Color glow;
Color? glow = Colors.white; //TODO: only temp fix kima
switch (level) {
case PremiumFeatureLevel.cap:
@ -62,7 +62,6 @@ class ActiveSponsorCard extends StatelessWidget {
glow = Colors.red;
break;
}
return Container(
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(20.0),