From a6c392a9aebd73075b2aa3482d1151111438ffb0 Mon Sep 17 00:00:00 2001 From: X Code Date: Thu, 15 Sep 2022 04:42:11 -0700 Subject: [PATCH] Upgrade to 6.0.3 --- CHANGELOG.md | 3 +++ lib/src/widgets/editor.dart | 1 - lib/src/widgets/raw_editor.dart | 1 - pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4c2b54..5f3955d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [6.0.3] +* Add ability to paste images. + # [6.0.2] * Address Dart Analysis issues. diff --git a/lib/src/widgets/editor.dart b/lib/src/widgets/editor.dart index 96e858b3..801a2711 100644 --- a/lib/src/widgets/editor.dart +++ b/lib/src/widgets/editor.dart @@ -1,5 +1,4 @@ import 'dart:math' as math; -import 'dart:typed_data'; import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; diff --git a/lib/src/widgets/raw_editor.dart b/lib/src/widgets/raw_editor.dart index 47a3d990..375d9f41 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; -import 'dart:typed_data'; import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index f2c3fa63..d88b23f2 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.0.2 +version: 6.0.3 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill