info • 'textScaleFactor' is deprecated and shouldn't be used. Use textScaler instead. Use of textScaleFactor was deprecated in preparation for the upcoming nonlinear text scaling support. This feature was deprecated after v3.12.0-2.0.pre • lib/src/super_text.dart:307:11 • deprecated_...
@visibleForTesting @@ -343,6 +356,8 @@ class SuperEditorState extends State<SuperEditor> { @override void dispose() { _contentTapDelegate?.dispose(); _composer.removeListener(_updateComposerPreferencesAtSelection); if (widget.composer == null) { @@ -369,6 +384,11 @@ class SuperEditorSt...