From 61261d941244d02e30b82a73e8be81f60e44b66d Mon Sep 17 00:00:00 2001 From: FaizHashmiCS22 Date: Tue, 25 Jul 2023 16:31:17 +0300 Subject: [PATCH] Made the IP Address Dynamic --- android/app/src/main/AndroidManifest.xml | 44 ++++++++++++++----- .../example/queuing_system/BootReceiver.kt | 14 ++++++ .../example/queuing_system/MainActivity.kt | 18 ++++++++ lib/core/api.dart | 11 +++-- pubspec.lock | 8 ++++ pubspec.yaml | 1 + 6 files changed, 78 insertions(+), 18 deletions(-) create mode 100644 android/app/src/main/kotlin/com/example/queuing_system/BootReceiver.kt diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 9b4b6a4..c8ba1ce 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,34 +1,54 @@ + + + + + - + android:icon="@mipmap/ic_launcher" + android:label="queuing_system"> + + + + + + + + + + + + android:name="io.flutter.embedding.android.NormalTheme" + android:resource="@style/NormalTheme" /> - - + +