Upgrade version to 1.0.7 - Fix crash on web (dart:io)

pull/88/head
Xin Yao 4 years ago
parent 498dba598d
commit cdfce302ac
  1. 3
      CHANGELOG.md
  2. 2
      app/pubspec.lock
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
## [1.0.7]
* Fix crash on web (dart:io).
## [1.0.6]
* Add desktop support - WINDOWS, MACOS and LINUX.

@ -152,7 +152,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.5"
version: "1.0.7"
flutter_test:
dependency: "direct dev"
description: flutter

@ -1,6 +1,6 @@
name: flutter_quill
description: One client and affiliated collaborator of Flutter Quill is Bullet Journal App.
version: 1.0.6
version: 1.0.7
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill.git

Loading…
Cancel
Save