From 43cb58b4c85eb5acc96ff6187b7b35d47eb46676 Mon Sep 17 00:00:00 2001 From: dali Date: Wed, 13 Oct 2021 18:32:45 +0100 Subject: [PATCH] build: 1.7.0 --- README.md | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8af5be8..ce5c67f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ * make multiple selection * dialogGroupedCheckbox * list of groupedCheckbox + * list of customisable groupedCheckbox * select/deselect items pragrammatically ## Getting Started diff --git a/pubspec.yaml b/pubspec.yaml index 716bbe5..4bb458c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: checkbox_grouped description: flutter widget that grouping checkbox, recuperate the actual selection,support multiple selection -version: 1.6.1+1 +version: 1.7.0 homepage: https://github.com/liodali/grouped_checkbox