From 38f4769d2da1ac53935751c984810ba518d59883 Mon Sep 17 00:00:00 2001 From: kfj001 Date: Wed, 29 Apr 2026 03:43:23 +0000 Subject: [PATCH] working media player on android Co-authored-by: Copilot --- android/app/src/main/AndroidManifest.xml | 30 +++++++++++++++- .../example/kryz_go_flutter/MainActivity.kt | 4 +-- ios/Runner/Info.plist | 4 +++ lib/main.dart | 34 +++++++++++++++---- lib/streaming_audio_business_object.dart | 12 ++++++- macos/Flutter/GeneratedPluginRegistrant.swift | 4 +++ pubspec.yaml | 1 + 7 files changed, 79 insertions(+), 10 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index cfe0fd5..850104e 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,4 +1,11 @@ - + + + + + + + + + + + + + + + + + + +