mono / Embeddinator-4000

Tools to turn .NET libraries into native libraries that can be consumed on Android, iOS, Mac, Linux and other platforms.
MIT License
758 stars 95 forks source link

[Support] Dart language as consumer for Flutter Applications. #681

Open nosmirck opened 6 years ago

nosmirck commented 6 years ago

It would be great if we could embed our existing .Net libraries inside Flutter apps using Dart as it is already being done with native code for Android and iOS but directly from Dart.

Is it possible? or do we need to bridge the library from the Native code to Flutter like any plugin?

BenBtg commented 5 years ago

I have written a plugin that demostrates ths as a POC. Using Embeddinator-4000 to create a native iOS and Android libraries which are then packaged into a flutter plugin. Will share details shortly.

BenBtg commented 5 years ago

@nosmirck please checkout https://pub.dartlang.org/packages/fountainview An example of using Embeddinator to create a Flutter plugin from an Xamarin .NET library written in F#.

Jddl commented 5 years ago

If tritao is there, it is possible, but unfortunately he has not maintained this project.