From 963f6186a3f5d5c439256dd1024aa536bbe74639 Mon Sep 17 00:00:00 2001 From: li3317 Date: Mon, 1 Nov 2021 12:28:05 -0400 Subject: [PATCH] upgrade to 2.0.14 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be5c07b8..8175c9d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [2.0.14] +* enable customize the checkbox widget using DefaultListBlockStyle style. + ## [2.0.13] * Improve the scrolling performance by reducing the repaint areas. diff --git a/pubspec.yaml b/pubspec.yaml index bb02d973..ddd7eec8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us) -version: 2.0.13 +version: 2.0.14 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill