From 479fcc9ea29787540a0148b0b1af0a2ad82e5293 Mon Sep 17 00:00:00 2001 From: vinayaknolastname <148118832+vinayakbot@users.noreply.github.com> Date: Wed, 18 Oct 2023 04:02:32 +0530 Subject: [PATCH 1/8] latest --- packages/hms_room_kit/example/README.md | 10 +- .../android/app/src/main/AndroidManifest.xml | 6 +- packages/hms_room_kit/example/lib/main.dart | 3 +- .../dashbaord/dashbaord_main_view.dart | 49 +++ .../features/home/home_main_view.dart | 299 ++++++++++++++++++ packages/hms_room_kit/example/pubspec.lock | 7 +- 6 files changed, 368 insertions(+), 6 deletions(-) create mode 100644 packages/hms_room_kit/example/lib/presentation/features/dashbaord/dashbaord_main_view.dart create mode 100644 packages/hms_room_kit/example/lib/presentation/features/home/home_main_view.dart diff --git a/packages/hms_room_kit/example/README.md b/packages/hms_room_kit/example/README.md index 213e4166a..ea45c3451 100644 --- a/packages/hms_room_kit/example/README.md +++ b/packages/hms_room_kit/example/README.md @@ -1 +1,9 @@ -This contains a sample application built using `hms_room_kit` +This contains a sample application built using `hms_room_kit`; + + + + +To Change the Join With Mute or UnMute or other settings refer; +"packages\hms_room_kit\lib\src\service\app_debug_config.dart" + +added validator for text field \ No newline at end of file diff --git a/packages/hms_room_kit/example/android/app/src/main/AndroidManifest.xml b/packages/hms_room_kit/example/android/app/src/main/AndroidManifest.xml index 9d6f73398..ab36457be 100644 --- a/packages/hms_room_kit/example/android/app/src/main/AndroidManifest.xml +++ b/packages/hms_room_kit/example/android/app/src/main/AndroidManifest.xml @@ -2,6 +2,7 @@ package="com.example.sample_application"> + + android:windowSoftInputMode="adjustResize" + + >