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
|
|
@ -86,7 +86,7 @@ class SettingsSecurityController extends State<SettingsSecurity> {
|
|||
obscureText: true,
|
||||
maxLines: 1,
|
||||
minLines: 1,
|
||||
)
|
||||
),
|
||||
],
|
||||
);
|
||||
if (newLock != null) {
|
||||
|
|
@ -142,7 +142,7 @@ class SettingsSecurityController extends State<SettingsSecurity> {
|
|||
hintText: '******',
|
||||
minLines: 1,
|
||||
maxLines: 1,
|
||||
)
|
||||
),
|
||||
],
|
||||
);
|
||||
if (input == null) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue