FLUTTER ECOSYSTEM

Rodiii/flutter_cupertino_radio_choice

Cupertino-Buttons, die als Radioknöpfe verwendet werden, um einen Wert auszuwählen

Projektcover von flutter_cupertino_radio_choice
Stars
4
Forks
1
Letzter Push (UTC)
07.10.2021
Projektstatus
Aktiv
Christoph Rothermel GitHub avatar
GITHUB User

Christoph Rothermel ↗

rot|h|echUlm, GermanyOffizielle Website ↗
SprachenDartRubyObjective-CJava

Von diesem Repository veröffentlichte Pakete

Verwendete Abhängigkeiten

Abhängigkeiten 2 Einträge
  • flutter{"sdk":"flutter"}
  • flutter_testEntwicklung{"sdk":"flutter"}

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen

Flutter Cupertino Radio Choice

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

Tutorial

A complete tutorial how to use CupertinoRadioChoice can be found here: Tutorial

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
https://github.com/Rodiii/flutter_cupertino_radio_choice/raw/master/example.png

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.