upgrade version for cursor focus issues when keyboard is on

pull/66/head
Xin Yao 4 years ago
parent 1f079c9146
commit 91bbdd2a41
  1. 3
      CHANGELOG.md
  2. 9
      app/pubspec.lock
  3. 2
      pubspec.yaml

@ -106,3 +106,6 @@
## [0.3.4] ## [0.3.4]
* Improve link handling for tel, mailto and etc. * Improve link handling for tel, mailto and etc.
## [0.3.5]
* Fix for cursor focus issues when keyboard is on.

@ -138,7 +138,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.3.3" version: "0.3.4"
flutter_test: flutter_test:
dependency: "direct dev" dependency: "direct dev"
description: flutter description: flutter
@ -282,13 +282,6 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.0.13" version: "3.0.13"
quill_delta:
dependency: transitive
description:
name: quill_delta
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
quiver: quiver:
dependency: transitive dependency: transitive
description: description:

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

Loading…
Cancel
Save