Increased Spacing

This commit is contained in:
Felix Kirchner
2025-05-03 02:28:40 +02:00
parent e9ad9c445e
commit 7a9747b78c
2 changed files with 2 additions and 4 deletions

View File

@@ -14,8 +14,6 @@ class SettingsView extends StatefulWidget {
} }
class _SettingsViewState extends State<SettingsView> { class _SettingsViewState extends State<SettingsView> {
final TextEditingController _gameTitleTextController =
TextEditingController();
late final int _pointLimit; late final int _pointLimit;
late final int _caboPenalty; late final int _caboPenalty;
bool _isLoading = true; bool _isLoading = true;
@@ -168,7 +166,7 @@ class _SettingsViewState extends State<SettingsView> {
child: Text('Fehler gefunden?'), child: Text('Fehler gefunden?'),
), ),
Padding( Padding(
padding: const EdgeInsets.fromLTRB(0, 0, 0, 20), padding: const EdgeInsets.fromLTRB(0, 0, 0, 30),
child: Center( child: Center(
child: CupertinoButton( child: CupertinoButton(
onPressed: () => launchUrl(Uri.parse( onPressed: () => launchUrl(Uri.parse(

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.1.6+122 version: 0.1.6+124
environment: environment:
sdk: ^3.5.4 sdk: ^3.5.4