mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
Fix barcode widget to prevent flutter widget error
This commit is contained in:
parent
90df4c6135
commit
feaafe068d
@ -436,8 +436,9 @@ class _QRViewState extends State<InvenTreeQRView> {
|
||||
return Scaffold(
|
||||
body: Stack(
|
||||
children: <Widget>[
|
||||
Column(
|
||||
children: [
|
||||
Expanded(
|
||||
flex: 4,
|
||||
child: QRView(
|
||||
key: qrKey,
|
||||
onQRViewCreated: _onViewCreated,
|
||||
@ -449,6 +450,8 @@ class _QRViewState extends State<InvenTreeQRView> {
|
||||
cutOutSize: 300,
|
||||
),
|
||||
)
|
||||
)
|
||||
]
|
||||
),
|
||||
Center(
|
||||
child: Column(
|
||||
|
Loading…
x
Reference in New Issue
Block a user