refactor: Update to Flutter 3.13.0
This commit is contained in:
parent
6445833283
commit
27d15612d9
44 changed files with 167 additions and 159 deletions
|
|
@ -258,7 +258,7 @@ class _EmojiImportPreviewState extends State<_EmojiImportPreview> {
|
|||
child: TextField(
|
||||
controller: controller,
|
||||
inputFormatters: [
|
||||
FilteringTextInputFormatter.allow(RegExp(r'^[-\w]+$'))
|
||||
FilteringTextInputFormatter.allow(RegExp(r'^[-\w]+$')),
|
||||
],
|
||||
autocorrect: false,
|
||||
minLines: 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue