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
|
|
@ -407,7 +407,7 @@ class InputBar extends StatelessWidget {
|
|||
LogicalKeySet(
|
||||
LogicalKeyboardKey.controlLeft,
|
||||
LogicalKeyboardKey.keyM,
|
||||
): PasteLineIntent()
|
||||
): PasteLineIntent(),
|
||||
},
|
||||
child: Actions(
|
||||
actions: !useShortCuts
|
||||
|
|
@ -443,7 +443,7 @@ class InputBar extends StatelessWidget {
|
|||
}
|
||||
return null;
|
||||
},
|
||||
)
|
||||
),
|
||||
},
|
||||
child: TypeAheadField<Map<String, String?>>(
|
||||
direction: AxisDirection.up,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue