codeLabTiger
codeLabTiger
Same issue here
secure_application: git: url: https://github.com/neckaros/secure_application.git
same problem here. plz~~
@note11g Flutter 3.22.1 • channel stable • https://github.com/flutter/flutter.git Framework • revision a14f74ff3a (5 days ago) • 2024-05-22 11:08:21 -0500 Engine • revision 55eae6864b Tools • Dart 3.4.1 • DevTools 2.34.3...
Flutter 3.22.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision 5dcb86f68f (7 days ago) • 2024-05-09 07:39:20 -0500 Engine • revision f6344b75dc Tools • Dart 3.4.0 • DevTools 2.34.3 이번...
You can use hint and initalText together as shown below. htmlEditorOptions: const HtmlEditorOptions( hint: 'Please enter something', initialText: '', shouldEnsureVisible: true, autoAdjustHeight: false, ),