1
0
mirror of https://github.com/flutter/samples.git synced 2026-05-16 03:48:41 +00:00

[platform_channels] adds BasicMessageChannel Demo (#484)

This commit is contained in:
Ayush Bherwani
2020-07-11 05:41:52 +05:30
committed by GitHub
parent 9140559040
commit 03008a5d19
8 changed files with 426 additions and 5 deletions

View File

@@ -60,4 +60,5 @@ flutter {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.google.code.gson:gson:2.8.6'
}