You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2020. It is now read-only.
I've been developing C#/Winforms for over 10 years now and recently i decided to switch to a more viable alternative so that i could code for mobile/desktop. Xamarin was a good option but sadly it lacks the UI buzz that Flutter has. Luckily, I found this project and i am so willing to invest time and effort into making this work along with you but I have some questions
What part of Flutter does this project port? As far as I understand, You translated the Flutter SDK, which was built on top of Flutter Engine which in turn uses opengl, so that it uses SkiaSharp instead and runs on top of mono instead of dart.
If the previous is true, You're building upon two pretty feature rich projects kinda uniting Xamarin's rich apis with Flutter's UI capabilities, doesn't this mean that this project is actually as complete as Flutter and Xamarin are?
Now this one is important 😂... Have you been able run Flutter animations?
How much of the Flutter SDK could successfully be transpiled?