adamped / xamarin.flutter

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

DartReader: Code block parsing #6

Closed adamped closed 5 years ago

adamped commented 6 years ago

Parse out the code inside methods, and give to the DartModel. This will include everything from variable assignments, if/else statements, switches, returns, operator assignments, other function calls.

adamped commented 5 years ago

This was done with the AST for each function body.