VistianOpenSource / Vistian.Flutter.Bindings

An experimental release allowing Flutter solutions to be hosted within Xamarin solutions
31 stars 4 forks source link

Using bindings to run Flutter module. #3

Open palucdev opened 4 years ago

palucdev commented 4 years ago

Hey!

Is there any option to run flutter module or flutter app in Xamarin app using this project? I managed to successfully run flutter view from example in readme file but have no idea how to bind it to some other view.

Where should I put flutter sources or .aar archive to create view of my module/app?

VistianOpenSource commented 4 years ago

Hi. my, its a long time since I looked @ this code. At the time it did the work, yes , it did allow for flutter applications to run within a Xamarin solution and it did ultimately work on Android & iOS.

At the time it was trying to develop on shifting sands since literally every release that came out of Google had differing APIs or instructions related to embedding. Have you a look at what Vincent did in this thread ? https://github.com/VistianOpenSource/Vistian.Flutter.Bindings/issues/2 I know Vincent got it working at the time with his own Flutter code.

palucdev commented 4 years ago

Hey, thanks for response! I'm looking for way to replace your demo flutter app embedded in application using my flutter module. I can't find any sources or .aar file for project that is shipped with your project. As I see in #2 there is some way to do it but I don't have any clue how.

VistianOpenSource commented 4 years ago

Hi, I attached a copy of a conversation here https://1drv.ms/u/s!AgLeegBmXYAqufQlpvUwWaInA-mZug?e=mRO4XJ I have with Vincent in 2018 about this . This may help you. There is also a test version of the iOS bindings I did in 2018 in the same folder.