matthinc / flutter_cupertino_settings

A Flutter widget to create an iOS settings-table (static TableView).
MIT License
234 stars 38 forks source link

Migrate to PlatformWidgets #8

Open giannissc opened 5 years ago

giannissc commented 5 years ago

First I would like to thank for putting the time to create this library. It really has helped me speed up the completion of one of my assignments

After playing around with the example and going through your code I saw that it would be relatively easy to switch form using native Cupertino widget to using Platform Widgets and make this a generic settings library for both Android and iOS

https://github.com/aqwert/flutter_platform_widgets

I am be willing to contribute and pull the changes myself but that will happen either mid april or after the middle of may.

matthinc commented 5 years ago

Yes, that sounds like a good idea. I'll keep this in mind, when I have time again to work on this project.