Upgrade to 6.0.4

pull/956/head
X Code 3 years ago
parent f6f548f548
commit b94968bb50
  1. 3
      CHANGELOG.md
  2. 1
      lib/src/widgets/editor.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [6.0.4]
* Bug fix for Type 'Uint8List' not found.
# [6.0.3]
* Add ability to paste images.

@ -1,4 +1,5 @@
import 'dart:math' as math;
// ignore: unnecessary_import
import 'dart:typed_data';
import 'package:flutter/cupertino.dart';

@ -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

Loading…
Cancel
Save