check_radio_group 2.0.2 copy "check_radio_group: ^2.0.2" to clipboard
check_radio_group: ^2.0.2 copied to clipboard

Custom Radio Buttom and Checkbox Group for all with simple usage.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add check_radio_group

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

dependencies:
  check_radio_group: ^2.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:check_radio_group/check/check_group.dart';
import 'package:check_radio_group/model/group_style.dart';
import 'package:check_radio_group/model/item_group.dart';
import 'package:check_radio_group/radio/radio_group.dart';
2
likes
30
pub points
36%
popularity

Publisher

unverified uploader

Custom Radio Buttom and Checkbox Group for all with simple usage.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on check_radio_group