Mikkel Nygaard Ravn
dce4bf8599
Remove old platform messaging API ( #8837 )
...
Breaking change: removed deprecated methods of PlatformMessages, leaving only binary messaging there. All other use of platform communication now goes through PlatformMessageChannel and PlatformMethodChannels. Retained use of String and JSON codecs for now.
Companion engine PR: flutter/engine#3482
2017-03-17 11:56:50 +01:00
Adam Barth
30053f2f41
Deprecate HostMessages ( #7352 )
...
This class is just an alias for PlatformMessages. We'll remove it after a short
deprecation period.
2017-01-05 14:01:27 -08:00
Chris Bracken
4bc70c9e91
Fix minor misspellings in comments. ( #5641 )
2016-08-29 10:05:22 -07:00
Adam Barth
0b6df634af
Polish HostMessages ( #4515 )
...
Cleans up a few style nits in hello_services and adds support for automatic
JSON encoding and decoding to the HostMessages interface.
2016-06-10 15:04:01 -07:00
Adam Barth
52cf289101
Switch to using real location data ( #4282 )
2016-05-31 14:12:07 -07:00
Adam Barth
8c805e234d
Teach hello_services to provide a platform service ( #4277 )
...
Currently this service just returns mock data, but it exercises the plumbing.
2016-05-31 13:18:53 -07:00
Adam Barth
26a4d7bbad
Add an example of an extensible iOS app ( #4252 )
...
This example shows how to build a basic app using a custom Xcode project.
Future patches will bring the functionality up to par with hello_android.
2016-05-29 14:08:35 -07:00