Skip to content

Releases: Frezyx/group_button

v5.3.4

09 Jan 09:00
fcb68fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.3.3...5.3.4

v5.3.3

24 Aug 18:01
Compare
Choose a tag to compare
  • 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

v5.3.0

18 May 18:59
a5f2f1a
Compare
Choose a tag to compare
  • Implement buttonIndexedTextBuilder and buttonTextBuilder
    for build only custom text of buttons. See more in docs
  • Recreate example host folders

v5.2.2

18 Sep 12:01
f6400cb
Compare
Choose a tag to compare
  • INFO Compatibility with flutter version under 3.3.0
  • INFO Update README badages

v5.2.0

31 Aug 19:46
Compare
Choose a tag to compare
  • INFO: Make package compatible with 3.3.0 Flutter version
  • FIX: Analyser issues

v5.1.0

28 Aug 17:54
22cc99c
Compare
Choose a tag to compare
  • BREAKING: idnex -> index change typo fix for onDisablePressed callback Function of GroupButtonController
  • INFO: Examples and code base refactoring

Thanks for anasfik

New Contributors

v5.0.1

07 May 06:29
Compare
Choose a tag to compare
  • FEAT: Added user friendly example

Thanks for @vasilich6107

v5.0.0

09 Apr 13:31
05d863f
Compare
Choose a tag to compare

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

v4.8.0

28 Mar 07:12
Compare
Choose a tag to compare
  • FEAT: Added enableIndexes abd disableIndexes methods for controller

Thanks for minhdanh

v4.7.0

23 Mar 16:17
Compare
Choose a tag to compare

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

Thanks for gnassro