group_button

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

MIT License

Stars
288
Committers
16

Bot releases are hidden (Show)

group_button - v5.3.4 Latest Release

Published by Frezyx 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Frezyx/group_button/compare/5.3.3...5.3.4

group_button - v5.3.3

Published by Frezyx about 1 year ago

  • Remove self linter with flutter_lints
  • Fix linter issues
  • Format files
  • Update sdk version to '>=2.15.0 <4.0.0'
  • Add topics in pubspec.yaml
  • Replace deprecated linter rules
group_button - v5.3.0

Published by Frezyx over 1 year ago

  • Implement buttonIndexedTextBuilder and buttonTextBuilder
    for build only custom text of buttons. See more in docs
  • Recreate example host folders
group_button - v5.2.2

Published by Frezyx about 2 years ago

  • INFO Compatibility with flutter version under 3.3.0
  • INFO Update README badages
group_button - v5.2.0

Published by Frezyx about 2 years ago

  • INFO: Make package compatible with 3.3.0 Flutter version
  • FIX: Analyser issues
group_button - v5.1.0

Published by Frezyx about 2 years ago

  • BREAKING: idnex -> index change typo fix for onDisablePressed callback Function of GroupButtonController
  • INFO: Examples and code base refactoring

Thanks for anasfik

New Contributors

group_button - v5.0.1

Published by Frezyx over 2 years ago

  • FEAT: Added user friendly example

Thanks for @vasilich6107

group_button - v5.0.0

Published by Frezyx over 2 years ago

Go to Generics ๐Ÿš€

  • ๐Ÿ”ฅ MAIN FEAT: GroupButton<T> now is generic class.Now you can create int, DateTime, double or YourCustomClass typed buttons List for default GroupButton constructor. More here

  • โ—๏ธ BREAKING: All deprecated by 4.3.0 and 4.6.0 fields was removed from package. More here

  • โ—๏ธ BREAKING: buttonBuilder from 4.6.0 now build buttons by value The buttonIndexedBuilder took over the past functionality of the buttonBuilder

  • โฌ†๏ธ FEAT: onSelected method now calling with value argument.More here

  • ๐ŸŽ€ INFO: Updated examples & README

group_button - v4.8.0

Published by Frezyx over 2 years ago

  • FEAT: Added enableIndexes abd disableIndexes methods for controller

Thanks for minhdanh

group_button - v4.7.0

Published by Frezyx over 2 years ago

๐Ÿš€ FEAT: added maxSelected field for setting max selected
buttons in checkbox mode

Thanks for gnassro

group_button - v4.6.0

Published by Frezyx over 2 years ago

  • ๐Ÿ—๏ธ FEAT: Added buttonBuilder field for
    implementing your own custom buttons
  • ๐Ÿ“– FEAT: Added ButtonBuilderExample with
    Flutter default radio and chackbox buttons via buttonBuilder
  • ๐Ÿงพ INFO: Updated examples & README
group_button - v4.5.0

Published by Frezyx over 2 years ago

What's Changed

Full Changelog: https://github.com/Frezyx/group_button/compare/4.2.0...4.5.0

group_button - v4.2.0

Published by Frezyx over 2 years ago

group_button - v4.1.0

Published by Frezyx almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Frezyx/group_button/compare/4.0.0...4.1.0

group_button - v4.0.0

Published by Frezyx almost 3 years ago

4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/Frezyx/group_button/compare/3.3.1...4.0.0

group_button - v3.3.1

Published by Frezyx almost 3 years ago

group_button - v3.3.0

Published by Frezyx about 3 years ago

Release version 3.3.0

Thanks for @slavap ๐Ÿ‘๐Ÿป

group_button - v3.2.0

Published by Frezyx about 3 years ago

Release version 3.2.0

Thanks for @wer-mathurin ๐Ÿš€

group_button - v3.1.0

Published by Frezyx about 3 years ago

Release version 3.1.0

  • FEAT: Add runSpacing field ! When [groupingType] is [GroupingType.wrap] this field sets Wrap [runSpacing]
  • BREAKING: Now spacing field is not sets GroupButton items vertical spacing
group_button - v3.0.0

Published by Frezyx over 3 years ago

  • ๐Ÿ˜ฎ BREAKING: Implement groupingType field to make different
    grouping types like Wrap, Column, Row
  • ๐Ÿš€ FEAT: Remove default values of styling fields for delegate this to theme
  • ๐Ÿ‘๏ธ REFACTORING: Make some internal refactoring
Package Rankings
Top 4.18% on Pub.dev
Related Projects