flutter/examples/platform_services/android
Mikkel Nygaard Ravn 390993d070 PlatformXxxChannel concepts added to support Flutter/platform interop (#8394)
New concepts: PlatformMessageChannel (basic message send/receive superseding some existing  PlatformMessages methods), PlatformMethodChannel (method invocation and event streams), pluggable codecs for messages and method calls: unencoded binary, string, json, and 'standard' flutter binary encoding.
2017-03-01 14:35:41 +01:00
..
app PlatformXxxChannel concepts added to support Flutter/platform interop (#8394) 2017-03-01 14:35:41 +01:00
buildSrc Add platform_services sample (#8058) 2017-02-13 11:14:34 +01:00
.gitignore Add platform_services sample (#8058) 2017-02-13 11:14:34 +01:00
build.gradle Add platform_services sample (#8058) 2017-02-13 11:14:34 +01:00
gradle.properties Add platform_services sample (#8058) 2017-02-13 11:14:34 +01:00
settings.gradle Add platform_services sample (#8058) 2017-02-13 11:14:34 +01:00