Tried new design for im- and export-button

This commit is contained in:
2025-07-09 14:15:36 +02:00
parent 0a316035c0
commit 34207997f6
2 changed files with 38 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ class _SettingsViewState extends State<SettingsView> {
style: CustomTheme.rowTitle, style: CustomTheme.rowTitle,
), ),
), ),
Padding( /*Padding(
padding: const EdgeInsets.only(top: 30), padding: const EdgeInsets.only(top: 30),
child: Center( child: Center(
heightFactor: 1, heightFactor: 1,
@@ -163,7 +163,42 @@ class _SettingsViewState extends State<SettingsView> {
), ),
], ],
)), )),
) ),*/
Padding(
padding: const EdgeInsets.fromLTRB(10, 15, 10, 0),
child: CupertinoFormSection.insetGrouped(
backgroundColor: CustomTheme.backgroundColor,
margin: EdgeInsets.zero,
children: [
CupertinoFormRow(
prefix: Row(
children: [
Icon(
CupertinoIcons.square_arrow_up,
color: CustomTheme.primaryColor,
),
const SizedBox(width: 10),
const Text('Spieldaten exportieren'),
],
),
padding: const EdgeInsets.symmetric(
vertical: 10, horizontal: 15),
child: const CupertinoListTileChevron()),
CupertinoFormRow(
prefix: Row(
children: [
Icon(
CupertinoIcons.square_arrow_down,
color: CustomTheme.primaryColor,
),
const SizedBox(width: 10),
const Text('Spieldaten importieren'),
],
),
padding: const EdgeInsets.symmetric(
vertical: 10, horizontal: 15),
child: const CupertinoListTileChevron())
])),
], ],
), ),
Positioned( Positioned(

View File

@@ -2,7 +2,7 @@ name: cabo_counter
description: "Mobile app for the card game Cabo" description: "Mobile app for the card game Cabo"
publish_to: 'none' publish_to: 'none'
version: 0.3.9+331 version: 0.3.9+333
environment: environment:
sdk: ^3.5.4 sdk: ^3.5.4