We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f548f commit b94968bCopy full SHA for b94968b
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# [6.0.4]
2
+* Bug fix for Type 'Uint8List' not found.
3
+
4
# [6.0.3]
5
* Add ability to paste images.
6
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';
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
0 commit comments