adamped / xamarin.flutter

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

CSharpWriter: Apply inheritance to all Classes #2

Open adamped opened 6 years ago

adamped commented 6 years ago

Using the Model, create inheritance for all Flutter SDK classes created, using the extends or implements methods.

krdmllr commented 6 years ago

Can you assign me to this task? This also includes setting the correct generic parameters and constraints.