From 7e2f2a5d3bb4a9f1c19c72d2b1d354324d35857d Mon Sep 17 00:00:00 2001 From: stcb <21@stcb.cc> Date: Fri, 29 Nov 2024 09:14:46 +0200 Subject: [PATCH] Add contact OK, working on qr scan --- android/app/src/debug/AndroidManifest.xml | 1 + android/app/src/main/AndroidManifest.xml | 3 +- android/app/src/profile/AndroidManifest.xml | 2 + android/gradle.properties | 1 + lib/features/contacts/contact_state.dart | 5 +- .../contacts/widgets/add_contact_button.dart | 27 ++- .../widgets/alphabet_scroll_page.dart | 3 +- lib/features/history/history_page.dart | 3 +- lib/widgets/loading_indicator.dart | 2 +- lib/widgets/qr_scanner.dart | 161 ++++++++++++++++++ pubspec.yaml | 5 +- 11 files changed, 197 insertions(+), 16 deletions(-) create mode 100644 lib/widgets/qr_scanner.dart diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 5d1c075..9d570eb 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,6 +1,7 @@ +