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.
13 lines
360 B
13 lines
360 B
const String appName = 'ZXScanner'; |
|
|
|
/// space between widgets |
|
const double spaceSmall = 2.0; |
|
const double spaceSmall2 = 4.0; |
|
const double spaceMedium = 8.0; |
|
const double spaceDefault = 16.0; |
|
const double spaceLarge = 24.0; |
|
const double spaceLarge2 = 32.0; |
|
const double spaceLarge3 = 40.0; |
|
const double spaceLarge4 = 96.0; |
|
|
|
const double spaceMaxWidth = 736.0;
|
|
|