crea_radio_button 0.1.0 copy "crea_radio_button: ^0.1.0" to clipboard
crea_radio_button: ^0.1.0 copied to clipboard

A simple radio button group, that allow to choose only one option, but can have any amount of elements. Allows rectangular and round buttons, vertical and horizontal.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add crea_radio_button

With Flutter:

 $ flutter pub add crea_radio_button

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  crea_radio_button: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:crea_radio_button/crea_radio_button.dart';
9
likes
0
pub points
60%
popularity

Publisher

unverified uploader

A simple radio button group, that allow to choose only one option, but can have any amount of elements. Allows rectangular and round buttons, vertical and horizontal.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on crea_radio_button