Upgrade to 6.1.7

pull/1032/head
X Code 2 years ago
parent 1e730b66b1
commit fc5210f893
  1. 3
      CHANGELOG.md
  2. 3
      README.md
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [6.1.7]
* Add czech localizations.
# [6.1.6]
* Upgrade i18n_extension to 6.0.0.

@ -325,10 +325,11 @@ QuillToolbar(locale: Locale('fr'), ...)
QuillEditor(locale: Locale('fr'), ...)
```
Currently, translations are available for these 22 locales:
Currently, translations are available for these 23 locales:
* `Locale('en')`
* `Locale('ar')`
* `Locale('cs')`
* `Locale('de')`
* `Locale('da')`
* `Locale('fr')`

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

Loading…
Cancel
Save