upgrade version for cursor focus issues when keyboard is on

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

@ -105,4 +105,7 @@
* More fix on cursor focus issue when keyboard is on.
## [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: ".."
relative: true
source: path
version: "0.3.3"
version: "0.3.4"
flutter_test:
dependency: "direct dev"
description: flutter
@ -282,13 +282,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.13"
quill_delta:
dependency: transitive
description:
name: quill_delta
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
quiver:
dependency: transitive
description:

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

Loading…
Cancel
Save