group_button icon indicating copy to clipboard operation
group_button copied to clipboard

:sweat_drops: Flutter custom widget to make a group buttons. Included Radio and CheckBox buttons.

Results 18 group_button issues
Sort by recently updated
recently updated
newest added

It would be great to have the api that allows setting selected buttons not by index but with actual buttons values. For example while using in forms Also it would...

enhancement
help wanted
in progress

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

Please add a read-only properties~~~

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.4.1. Release notes Sourced from actions/setup-java's releases. v3.4.1 In scope of this release we updated actions/cache package as the new version contains fixes for caching...

dependencies

Hi, thanks for a great plugin. I use it in a custom FormBuilderField, and needed a way to initialize selected buttons. It wasn't obvious how to set init values, but...

Created class ElementGroupButton to support external edit of the list like in case of reset buttons or similar.

Is there any way to disable elevated effect when long press button

hi can you add tooltip option for each button?

Would be great to have an option where the button splash affect can be disabled. Another good feature would be to control the duration of the select animation on the...

```dart class _GroupButtonBodyState extends State { @override void initState() { super.initState(); if (!widget.isRadio) { widget.controller.toggleIndexes(widget.selectedButtons ?? []); //