back no add mod.
This commit is contained in:
parent
2673d00708
commit
a04351a82b
@ -8,7 +8,7 @@ plugins {
|
|||||||
android {
|
android {
|
||||||
namespace = "com.example.flutter_kantine_app_2025"
|
namespace = "com.example.flutter_kantine_app_2025"
|
||||||
compileSdk = flutter.compileSdkVersion
|
compileSdk = flutter.compileSdkVersion
|
||||||
ndkVersion = flutter.ndkVersion
|
ndkVersion = "27.0.12077973"
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility = JavaVersion.VERSION_11
|
sourceCompatibility = JavaVersion.VERSION_11
|
||||||
|
|||||||
@ -112,8 +112,9 @@ class HomeController extends GetxController {
|
|||||||
confirmTextColor: Colors.white,
|
confirmTextColor: Colors.white,
|
||||||
cancelTextColor: Colors.red,
|
cancelTextColor: Colors.red,
|
||||||
buttonColor: Colors.blue,
|
buttonColor: Colors.blue,
|
||||||
onCancel: () {
|
onCancel: () async {
|
||||||
// Handle cancel action
|
// Handle cancel action
|
||||||
|
await _loadFromNotionKantine();
|
||||||
Get.back();
|
Get.back();
|
||||||
},
|
},
|
||||||
onConfirm: () {
|
onConfirm: () {
|
||||||
|
|||||||
@ -16,7 +16,7 @@ class HomePage extends GetView<HomeController> {
|
|||||||
centerTitle: true,
|
centerTitle: true,
|
||||||
title: Text(
|
title: Text(
|
||||||
'Kantine Ausgaben Liste',
|
'Kantine Ausgaben Liste',
|
||||||
style: TextStyle(color: Colors.grey.shade200, fontSize: 35.0),
|
style: TextStyle(color: Colors.grey.shade200, fontSize: 25.0),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
body: Obx(
|
body: Obx(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user