Upgrade to 6.0.3

pull/951/head
X Code 3 years ago
parent cacea0074d
commit a6c392a9ae
  1. 3
      CHANGELOG.md
  2. 1
      lib/src/widgets/editor.dart
  3. 1
      lib/src/widgets/raw_editor.dart
  4. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [6.0.3]
* Add ability to paste images.
# [6.0.2]
* Address Dart Analysis issues.

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

@ -1,7 +1,6 @@
import 'dart:async';
import 'dart:convert';
import 'dart:math' as math;
import 'dart:typed_data';
import 'package:flutter/cupertino.dart';
import 'package:flutter/foundation.dart';

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

Loading…
Cancel
Save