Closed bookshiyi closed 1 year ago
Although Flutter natively provides the API for checkbox.adaptive and radio.adaptive to achieve automatic style conversion of widgets on different platforms, in order to maintain the code consistency of flutter_platform_widget, I still submitted this pull request.
Yes. probably a good idea. Also there are now SwitchListTile.adaptive
, RadioListTile.adaptive
and CheckboxListTile.adaptive
I have separated into three PRs #417 #418 #419 . Thanks.
Thanks