Skip to content

Commit b94968b

Browse files
committed
Upgrade to 6.0.4
1 parent f6f548f commit b94968b

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# [6.0.4]
2+
* Bug fix for Type 'Uint8List' not found.
3+
14
# [6.0.3]
25
* Add ability to paste images.
36

lib/src/widgets/editor.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import 'dart:math' as math;
2+
// ignore: unnecessary_import
23
import 'dart:typed_data';
34

45
import 'package:flutter/cupertino.dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_quill
22
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
3-
version: 6.0.3
3+
version: 6.0.4
44
#author: bulletjournal
55
homepage: https://bulletjournal.us/home/index.html
66
repository: https://github.com/singerdmx/flutter-quill

0 commit comments

Comments
 (0)