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
|
|
@ -6,6 +6,6 @@ class CustomScrollBehavior extends MaterialScrollBehavior {
|
|||
Set<PointerDeviceKind> get dragDevices => {
|
||||
PointerDeviceKind.touch,
|
||||
PointerDeviceKind.mouse,
|
||||
PointerDeviceKind.trackpad
|
||||
PointerDeviceKind.trackpad,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,6 +40,6 @@ extension IsStateExtension on Event {
|
|||
bool get isState => !{
|
||||
EventTypes.Message,
|
||||
EventTypes.Sticker,
|
||||
EventTypes.Encrypted
|
||||
EventTypes.Encrypted,
|
||||
}.contains(type);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ extension UiaRequestManager on MatrixState {
|
|||
maxLines: 1,
|
||||
obscureText: true,
|
||||
hintText: '******',
|
||||
)
|
||||
),
|
||||
],
|
||||
))
|
||||
?.single;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue