Adds Apple airplay/Google cast support to the app

This commit is contained in:
2026-05-14 22:02:37 -07:00
parent 3bb2630e1a
commit c9ef69c8b5
10 changed files with 979 additions and 17 deletions
+6
View File
@@ -5,6 +5,12 @@ plugins {
id("dev.flutter.flutter-gradle-plugin")
}
dependencies {
implementation("com.google.android.gms:play-services-cast-framework:22.1.0")
implementation("androidx.mediarouter:mediarouter:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.0")
}
android {
namespace = "com.example.kryz_go_flutter"
compileSdk = flutter.compileSdkVersion