v1.0.2cupertino_radio_choice
1つの値を選択するためにラジオボタンとして使用されるCupertinoボタン。
19いいね 6830日間ダウンロード150Pub ポイント
AndroidiOSWebmacOSWindowsLinux
1つの値を選択するために使用されるラジオボタンとしてのCupertinoボタン
{"sdk":"flutter"}{"sdk":"flutter"}以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。
Cupertino buttons which are used as radio buttons in order to select one value.
A complete tutorial how to use CupertinoRadioChoice can be found here: Tutorial
Just fill the required parameters of CupertinoRadioChoice and you're ready to go, e.g.:
CupertinoRadioChoice(
choices: {'male' : 'Male', 'female' : 'Female', 'other': 'Other'},
onChange: (selectedGender) {},
initialKeyValue: 'male')
Please refer to the example for usage: Quick-Link
If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull Request are also welcome.