From a0afc6d64457a22c509770aa8558fae3ae7fe362 Mon Sep 17 00:00:00 2001 From: X Code Date: Sat, 12 Nov 2022 11:09:30 -0800 Subject: [PATCH] Upgrade to 6.1.5 --- CHANGELOG.md | 3 +++ lib/src/widgets/raw_editor.dart | 1 - pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c086ca0e..4a497090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [6.1.5] +* Fix formatting exception. + # [6.1.4] * Add double quotes validation. diff --git a/lib/src/widgets/raw_editor.dart b/lib/src/widgets/raw_editor.dart index bfa0476c..8c9ea96a 100644 --- a/lib/src/widgets/raw_editor.dart +++ b/lib/src/widgets/raw_editor.dart @@ -1,7 +1,6 @@ import 'dart:async'; import 'dart:convert'; import 'dart:math' as math; - // ignore: unnecessary_import import 'dart:typed_data'; diff --git a/pubspec.yaml b/pubspec.yaml index 3f0e7edb..216a0414 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: 6.1.4 +version: 6.1.5 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill