#48 display all support devices temperature

This commit is contained in:
lollipopkit
2023-05-25 16:44:26 +08:00
parent 29683572b9
commit 46350b7522
27 changed files with 245 additions and 157 deletions

View File

@@ -55,9 +55,7 @@ class BackupPage extends StatelessWidget {
textAlign: TextAlign.center,
),
),
const SizedBox(
height: 107,
),
const SizedBox(height: 107),
_buildCard(s.restore, Icons.download, media, () async {
final path = await pickOneFile();
if (path == null) {
@@ -72,12 +70,12 @@ class BackupPage extends StatelessWidget {
final text = await file.readAsString();
_import(text, context, s);
}),
const SizedBox(height: 17),
height13,
const SizedBox(
width: 37,
child: Divider(),
),
const SizedBox(height: 17),
height13,
_buildCard(
s.backup,
Icons.file_upload,
@@ -122,7 +120,7 @@ class BackupPage extends StatelessWidget {
icon,
color: textColor,
),
const SizedBox(width: 7),
width7,
Text(text, style: TextStyle(color: textColor)),
],
),