eassyradio 0.0.1 copy "eassyradio: ^0.0.1" to clipboard
eassyradio: ^0.0.1 copied to clipboard

Easy Radio button

easy Radio #

easy to use radio buttons horizontal and vertical

Demo #

Insert gif or link to demo

@override Widget build(BuildContext context) {
return MaterialApp( home: Scaffold( body: EassyRadio( titles: const ['Dli', 'Non Dli'], values: const ['dli', 'no dli'], getData: (e){ // your selected output print(e); } );, ), ); }

1
likes
120
points
16
downloads

Publisher

verified publisherwepora.com

Weekly Downloads

Easy Radio button

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on eassyradio