Flutter plugin for scanning and generating QR codes using the ZXing library, supporting Android, iOS, and desktop platforms
flutterbarcode-generatorbarcode-scannergeneratorqrqrcodeqrcode-generatorqrcode-scannerscannerzxingbarcodezxscanner
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
297 B
14 lines
297 B
3 years ago
|
const String appName = 'ZxScanner';
|
||
|
|
||
|
/// space between widgets
|
||
|
const spaceSmall = 2.0;
|
||
|
const spaceSmall2 = 4.0;
|
||
|
const spaceMedium = 8.0;
|
||
|
const spaceDefault = 16.0;
|
||
|
const spaceLarge = 24.0;
|
||
|
const spaceLarge2 = 32.0;
|
||
|
const spaceLarge3 = 40.0;
|
||
|
const spaceLarge4 = 96.0;
|
||
|
|
||
|
const spaceMaxWidth = 736.0;
|