adamped / xamarin.flutter

Running Flutter on Xamarin
MIT License
250 stars 39 forks source link

FlutterBinding: Create outline for platform event wire ups #8

Open adamped opened 6 years ago

adamped commented 6 years ago

The Binding library will likely need events to and from the Shell. This is seen as shown in the current Shell of Flutter.

Examples:

https://github.com/flutter/engine/tree/master/shell/platform/android/io/flutter/app

https://github.com/flutter/engine/tree/master/shell/platform/android/io/flutter/view

francedot commented 6 years ago

I'm on it