mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-30 04:31:40 +08:00
bump: flutter:3.27.0 rust:1.83.0
This commit is contained in:
@ -10,7 +10,6 @@ import 'server.dart';
|
||||
|
||||
part 'server_qr_dialog_ui.g.dart';
|
||||
|
||||
|
||||
@riverpod
|
||||
class ServerQrState extends _$ServerQrState {
|
||||
@override
|
||||
@ -62,7 +61,7 @@ class ServerQrDialogUI extends HookConsumerWidget {
|
||||
] else
|
||||
Text(
|
||||
S.current.input_method_scan_qr_code,
|
||||
style: TextStyle(color: Colors.white.withOpacity(.8)),
|
||||
style: TextStyle(color: Colors.white.withValues(alpha: .8)),
|
||||
),
|
||||
SizedBox(height: 24),
|
||||
Row(
|
||||
@ -97,7 +96,8 @@ class ServerQrDialogUI extends HookConsumerWidget {
|
||||
hasMultipleUrls
|
||||
? "${urls[index.value]} (${index.value + 1} / ${urls.length})"
|
||||
: urls[index.value],
|
||||
style: TextStyle(fontSize: 13, color: Colors.white.withOpacity(.6)),
|
||||
style: TextStyle(
|
||||
fontSize: 13, color: Colors.white.withValues(alpha: .6)),
|
||||
),
|
||||
],
|
||||
),
|
||||
@ -120,4 +120,4 @@ class ServerQrDialogUI extends HookConsumerWidget {
|
||||
],
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user