Group Button Versions Save

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

5.3.4

4 months ago

What's Changed

New Contributors

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

5.3.3

8 months 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

5.3.0

1 year ago
  • Implement buttonIndexedTextBuilder and buttonTextBuilder for build only custom text of buttons. See more in docs
  • Recreate example host folders

5.2.2

1 year ago
  • INFO Compatibility with flutter version under 3.3.0
  • INFO Update README badages

5.2.0

1 year ago
  • INFO: Make package compatible with 3.3.0 Flutter version
  • FIX: Analyser issues

5.1.0

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

Thanks for anasfik

New Contributors

5.0.1

2 years ago
  • FEAT: Added user friendly example

Thanks for @vasilich6107

5.0.0

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

4.8.0

2 years ago
  • FEAT: Added enableIndexes abd disableIndexes methods for controller

Thanks for minhdanh

4.7.0

2 years ago

🚀 FEAT: added maxSelected field for setting max selected buttons in checkbox mode

Thanks for gnassro