Upgrade to 6.3.1

pull/1073/head
X Code 2 years ago
parent 8e2043fcc2
commit 61a4c6cc35
  1. 3
      CHANGELOG.md
  2. 3
      lib/src/widgets/toolbar.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [6.3.1]
* Add color property to the basic factory function.
# [6.3.0]
* Support Flutter 3.7.

@ -116,10 +116,9 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
/// The locale to use for the editor toolbar, defaults to system locale
/// More at https://github.com/singerdmx/flutter-quill#translation
Locale? locale,
/// The color of the toolbar
Color? color,
Key? key,
}) {
final isButtonGroupShown = [

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

Loading…
Cancel
Save