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.
28 lines
479 B
28 lines
479 B
{ |
|
"device_frame_version": "latest", |
|
"default": { |
|
"title": { |
|
"color": "#545454" |
|
}, |
|
"background": "./background.jpg", |
|
"padding": 30, |
|
"show_complete_frame": false, |
|
"stack_title" : true, |
|
"title_below_image": false |
|
}, |
|
|
|
"data": [ |
|
{ |
|
"filter": "01_scanner_screen", |
|
"keyword": { |
|
"color": "#BF382A" |
|
} |
|
}, |
|
{ |
|
"filter": "02_creator_screen", |
|
"keyword": { |
|
"color": "#26AD5E" |
|
} |
|
} |
|
] |
|
}
|
|
|