adamped / xamarin.flutter

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

Added base classes, mixin classes/interface inherition and methods/fields to the syntax tree #10

Closed krdmllr closed 6 years ago

krdmllr commented 6 years ago

Hi, first of all sorry for the delay and that i put multiple things in one pr. The work is related to the issues #2 and #3 and i started adding a basic section generation aswell. I'm not finished yet but i wanted to show what i'm working on and was hoping for feedback :)

How should we handle the code style conversion from dart to c#? I created the NormalizationHelper that converts type names but we could replace that with a general factory for code style conversion later?