add barcode quick add

This commit is contained in:
JMARyA 2024-10-08 10:55:30 +02:00
parent fcecb5aad5
commit 0e2ccb9e54
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
8 changed files with 58 additions and 23 deletions

View file

@ -82,7 +82,7 @@ class _ActiveFlowPageState extends State<ActiveFlowPage> {
],
),
body: Padding(
padding: EdgeInsets.symmetric(horizontal: 18.0),
padding: const EdgeInsets.symmetric(horizontal: 18.0),
child: Column(
children: [
Row(

View file

@ -94,7 +94,7 @@ class _CreateFlowPageState extends State<CreateFlowPage> {
child: Text(API.API().getFlowInfo(widget.previousFlow!.kind).name),
),
),
Card(child: Icon(Icons.arrow_right)),
const Card(child: Icon(Icons.arrow_right)),
Card(
child: Padding(
padding: const EdgeInsets.all(8.0),