Added the payment options to the summary and enhanced usability handling with delivery options

This commit is contained in:
Dennis Nemec
2026-01-08 14:11:01 +01:00
parent ffdd7fa0ff
commit 6eafb0fab0
4 changed files with 42 additions and 20 deletions

View File

@ -119,6 +119,8 @@ class _SignatureViewState extends State<SignatureView> {
builder: (context, state) {
final current = state;
debugPrint("STATE: $current");
if (current is NoteLoaded) {
if (current.notes.isEmpty) {
return const SizedBox(
@ -209,7 +211,7 @@ class _SignatureViewState extends State<SignatureView> {
Flexible(
child: InkWell(
child: Text(
"Ich bestätige, dass ich die Ware im ordnungsgemäßen Zustand erhalten habe und, dass die Aufstell- und Einbauarbeiten korrekt durchgeführt wurden.",
"Ware in ordnungsgemäßem Zustand erhalten. Aufstell- und Einbauarbeiten wurden korrekt durchgeführt",
overflow: TextOverflow.fade,
),
onTap: () {