From abc55bbf2c239c5f5deeca91e7d54debde0b7e68 Mon Sep 17 00:00:00 2001 From: Mehul Kabaria Date: Thu, 17 Nov 2022 22:28:51 +0530 Subject: [PATCH] #61 (#116) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Enhancement/remove where (#53) * Add removeWhere to EventController * Fix merge and remove events * 🐛 : Duplicate item in cells while adding events in the same session #61 Signed-off-by: Mehul Kabaria Signed-off-by: Mehul Kabaria Co-authored-by: Alexandre <97731236+AlexandreMaul@users.noreply.github.com> --- README.md | 1 + .../android/app/src/main/AndroidManifest.xml | 1 + lib/src/event_controller.dart | 31 ++++++++++--------- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 00bbf3f6..83544f90 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,7 @@ Above code will create `WeekView` with only five days, from monday to friday.
Parth Baraiya

Ujas Majithiya

Ankit Panchal
+
Mehul Kabaria

Faiyaz Shaikh
diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index 3ced93b6..83117998 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -9,6 +9,7 @@ android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" + android:exported="true" android:windowSoftInputMode="adjustResize">