Yestay
Yestay
- Seems like I duplicated this issue here #170 Little summary from the "discussion" from there. `TextField` uses `TextPainter` inside, which takes a long time to layout if the text...
Also, I think it would be convenient to make it disappear with ESC press.
As I checked, the reason behind spell check trigger is `TextField.maxLines` property. If it is set to something, even `null`, the FireFox will activate the spell check. As I see,...
Setting `keyboardType: TextInputType.visiblePassword` breaks the `TextField` -> it becomes a single line. I am investigating to find another workaround.
I created the corresponding issue in Flutter repo - https://github.com/flutter/flutter/issues/122092
Hello! @Prince2347X Please try passing a `FocusNode` to the `CodeField` and listening to the focus change events. If you don't need some specific taps like `LongPress` or `DoubleTap`, this should...
- https://github.com/flutter/flutter/issues/121867
Are there any updates on this? I am searching the documentation about how to configure access with TokenCredential but didn't find anything related to it. Everywhere either ConnectionString or MSI...
Unfortunately I wasn't able to reproduce the issue. I tried using the following code: ```dart import 'package:flutter/material.dart'; import 'package:flutter_code_editor/flutter_code_editor.dart'; import 'package:highlight/languages/dart.dart'; import 'package:highlight/languages/java.dart'; import '../common/snippets.dart'; import '../common/themes.dart'; const _defaultTheme =...