@ -1,3 +1,6 @@
# [5.0.0]
* Flutter 3.0.0 support.
# [4.2.3]
* Ignore color:inherit and convert double to int for level.
@ -1174,12 +1174,14 @@ class RawEditorState extends EditorState
@override
void insertTextPlaceholder(Size size) {
// TODO: implement insertTextPlaceholder
// this is needed for Scribble ( Stylus input) in Apple platforms
// and this package does not implement this feature
}
void removeTextPlaceholder() {
// TODO: implement removeTextPlaceholder
@ -1,13 +1,13 @@
name: flutter_quill
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
version: 4.2.3
version: 5.0.0
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.10.0"
flutter: ">=3.0.0"
dependencies:
flutter: