flutter/packages/flutter
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
..
lib PlatformXxxChannel concepts added to support Flutter/platform interop (#8394) 2017-03-01 14:35:41 +01:00
test PlatformXxxChannel concepts added to support Flutter/platform interop (#8394) 2017-03-01 14:35:41 +01:00
.gitignore Improve test coverage for animation.dart (#4718) 2016-06-23 13:43:42 -07:00
BUILD.gn Add a dependency on sky_engine on Fuchsia. (#6935) 2016-11-21 13:53:50 -08:00
flutter.iml Update IML files (#7835) 2017-02-02 15:54:11 -08:00
pubspec.yaml Rev the version of the flutter framework (#8257) 2017-02-17 19:55:52 -08:00
README.md fix links to new website 2016-01-15 13:08:27 -08:00

Flutter

Flutter is a new way to build high-performance, cross-platform mobile apps. Flutter is optimized for today's, and tomorrow's, mobile devices. We are focused on low-latency input and high frame rates on Android and iOS.

See the getting started guide for information about using Flutter.