From 1eeff4209e47313635563929edb5e6b76fe4590d Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Fri, 31 May 2024 14:55:24 +0300 Subject: [PATCH] Add: images slider --- android/app/src/main/AndroidManifest.xml | 1 + lib/pages/detail.dart | 70 ++++++++++- lib/pages/main.dart | 148 ++++++++++++----------- pubspec.yaml | 1 + 4 files changed, 146 insertions(+), 74 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 6593631..1152de4 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -10,6 +10,7 @@ android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" + android:enableOnBackInvokedCallback="true" android:windowSoftInputMode="adjustResize">