Upgrade to 6.1.5

pull/1007/head
X Code 2 years ago
parent bb31a7901c
commit a0afc6d644
  1. 3
      CHANGELOG.md
  2. 1
      lib/src/widgets/raw_editor.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [6.1.5]
* Fix formatting exception.
# [6.1.4]
* Add double quotes validation.

@ -1,7 +1,6 @@
import 'dart:async';
import 'dart:convert';
import 'dart:math' as math;
// ignore: unnecessary_import
import 'dart:typed_data';

@ -1,6 +1,6 @@
name: flutter_quill
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
version: 6.1.4
version: 6.1.5
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill

Loading…
Cancel
Save