Experimental support for background notifications

This commit is contained in:
Christian Pauly 2020-05-05 12:51:38 +02:00
commit 979f75dd0d
7 changed files with 209 additions and 109 deletions

View file

@ -95,6 +95,7 @@ flutter {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.google.firebase:firebase-messaging:20.1.6'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'