WIP #471 Handling basic notifications in native code

This commit is contained in:
Yegor Vialov
2020-05-24 15:04:55 +00:00
parent d3f99fb262
commit 92a1230267
4 changed files with 124 additions and 3 deletions

View File

@ -80,6 +80,7 @@ flutter {
dependencies {
implementation 'com.google.firebase:firebase-analytics:17.2.2'
implementation 'com.google.firebase:firebase-messaging:20.2.0'
implementation 'androidx.work:work-runtime:2.3.4'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'