cupertino_radio_choice 1.0.0+1 copy "cupertino_radio_choice: ^1.0.0+1" to clipboard
cupertino_radio_choice: ^1.0.0+1 copied to clipboard

outdated

Cupertino buttons which are used as radio buttons in order to select one value.

Flutter Cupertino Radio Choice #

Cupertino buttons which are used as radio buttons in order to select one value.

Quick Usage #

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

Example #

Bugs/Requests #

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.

16
likes
0
pub points
85%
popularity

Publisher

verified publisherrothech.com

Cupertino buttons which are used as radio buttons in order to select one value.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on cupertino_radio_choice