From b94968bb50da1944172387aca6821dbf0b9530cc Mon Sep 17 00:00:00 2001 From: X Code Date: Fri, 16 Sep 2022 08:51:33 -0700 Subject: [PATCH] Upgrade to 6.0.4 --- CHANGELOG.md | 3 +++ lib/src/widgets/editor.dart | 1 + pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f3955d3..82e5ec91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [6.0.4] +* Bug fix for Type 'Uint8List' not found. + # [6.0.3] * Add ability to paste images. diff --git a/lib/src/widgets/editor.dart b/lib/src/widgets/editor.dart index 96e858b3..0ae0f69a 100644 --- a/lib/src/widgets/editor.dart +++ b/lib/src/widgets/editor.dart @@ -1,4 +1,5 @@ import 'dart:math' as math; +// ignore: unnecessary_import import 'dart:typed_data'; import 'package:flutter/cupertino.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index d88b23f2..5e609956 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.3 +version: 6.0.4 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill