Android notification extension

This commit is contained in:
2025-06-28 01:28:44 +08:00
parent a23dcfe702
commit 79227a12e2
5 changed files with 191 additions and 0 deletions

View File

@ -57,6 +57,8 @@ android {
dependencies {
implementation("com.google.android.material:material:1.12.0")
implementation("com.github.bumptech.glide:glide:4.16.0")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
}
flutter {