From 2fee7495ee18ec573730dd2faecad2baf0b07825 Mon Sep 17 00:00:00 2001 From: stcb <21@stcb.cc> Date: Thu, 17 Oct 2024 16:16:39 +0300 Subject: [PATCH] add classic contact page scroll --- android/app/src/debug/AndroidManifest.xml | 2 + android/app/src/main/AndroidManifest.xml | 4 +- android/app/src/profile/AndroidManifest.xml | 2 + lib/classes/displayContact.dart | 47 --------- lib/pages/contact.dart | 100 ++++++++++++++++---- lib/pages/favorites.dart | 13 +-- lib/pages/history.dart | 20 +--- lib/pages/myHomePage.dart | 29 +++--- pubspec.yaml | 7 +- 9 files changed, 111 insertions(+), 113 deletions(-) delete mode 100644 lib/classes/displayContact.dart diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 399f698..5d1c075 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,4 +1,6 @@ + +