Closed meg4cyberc4t closed 1 year ago
+1
: Error: The setter 'textEditingValue' isn't defined for the class 'TextSelectionDelegate'.
../…/widgets/text_selection.dart:371
- 'TextSelectionDelegate' is from 'package:flutter/src/services/text_input.dart' ('../../fvm/versions/3.0.0/packages/flutter/lib/src/services/text_input.dart').
package:flutter/…/services/text_input.dart:1
Try correcting the name to the name of an existing setter, or defining a setter or field named 'textEditingValue'.
selectionDelegate!.textEditingValue =
^^^^^^^^^^^^^^^^
+1. Maybe you use zephyr package in project
Unfortunately the package is outdated and is not compatible with Flutter v3. You can use Fleather for now.
have a look at our fork:
Steps to Reproduce
I am a trial dev version v1.0.0 in flutter 3.0.0. At startup, the library crashes, as they removed the necessary setter
Logs