From 63779374faa83fe01cb041d9886f04018aa1b96c Mon Sep 17 00:00:00 2001 From: Sikander Saleem Date: Mon, 26 Sep 2022 16:29:22 +0300 Subject: [PATCH] tangheem audio download feature added. & home icon added --- android/app/src/main/AndroidManifest.xml | 32 ++++--- lib/api/tangheem_user_api_client.dart | 10 ++- lib/ui/common_appbar.dart | 9 ++ lib/ui/screens/tangheem_screen.dart | 32 +++++-- lib/widgets/aya_player_widget.dart | 108 +++++++++++++++++------ lib/widgets/aya_record_widget.dart | 7 +- 6 files changed, 139 insertions(+), 59 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index ab4ad56..7cf5d1c 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -5,44 +5,42 @@ In most cases you can leave this as-is, but you if you want to provide additional functionality it is fine to subclass or reimplement FlutterApplication and put your custom class here. --> - - - - + + + + + android:roundIcon="@mipmap/ic_launcher_round" + android:usesCleartextTraffic="true"> + android:name="io.flutter.embedding.android.NormalTheme" + android:resource="@style/NormalTheme" /> + android:name="io.flutter.embedding.android.SplashScreenDrawable" + android:resource="@drawable/launch_background" /> - - + +