Tao
Tao
这确实不是后台的问题
Relevant issue was put forward last year, but it has not been solved yet #340
@huycozy I also encountered this issue. I increased the line height to 2.5, the cursor height is also increased, it looks weird, and i change the cursor height, also encountering...
I find after set `TextStyle.height` and `cursorHeight` also looks worse on iOS. ``` Container( child: TextField( keyboardType: TextInputType.multiline, maxLines: null, textAlignVertical: TextAlignVertical.center, cursorHeight: 16, showCursor: true, style: TextStyle( fontSize: 16,...
> CC @LongCatIsLooong from triage. Might be related to your strut work, or maybe the cursor should be baseline aligned. Cursor position aligned with the calculated highlight selected text rect...
Just a image list @karvulf ``` List items = imgList.map((path) { return ClipRRect( borderRadius: BorderRadius.all(Radius.circular(6)), child: Image.file( File(path), width: imageSize, height: imageSize, fit: BoxFit.cover, ), ); }).toList(); ```
Sorry, my code is updated, and when I rollback, I couldn't reproduce the issue. It's strange.
Hope the priority of `Picture` can be elevated
Sorry, I've tested it toady, but can't reproducible. I will provide feedback the next time it appears.
flutter plugin: 79.0.2, dart plugin: 233.15123 --- flutter --version Flutter 3.19.6 • channel stable • https://github.com/flutter/flutter.git Framework • revision 54e66469a9 (4 weeks ago) • 2024-04-17 13:08:03 -0700 Engine • revision...