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.
30 lines
969 B
30 lines
969 B
# Uncomment the lines below you want to change by removing the # in the beginning |
|
|
|
# A list of devices you want to take the screenshots from |
|
devices([ |
|
"iPhone 8 Plus", |
|
"iPhone 13 Pro Max", |
|
"iPad Pro (12.9-inch) (5th generation)" |
|
]) |
|
|
|
# languages([ |
|
# "en-US" |
|
# ]) |
|
|
|
# The name of the scheme which contains the UI Tests |
|
scheme("zxscannerUITests") |
|
|
|
# Where should the resulting screenshots be stored? |
|
# output_directory("./screenshots") |
|
|
|
# remove the '#' to clear all previously generated screenshots before creating new ones |
|
clear_previous_screenshots(true) |
|
|
|
# Remove the '#' to set the status bar to 9:41 AM, and show full battery and reception. See also override_status_bar_arguments for custom options. |
|
# override_status_bar(true) |
|
|
|
# Arguments to pass to the app on launch. See https://docs.fastlane.tools/actions/snapshot/#launch-arguments |
|
# launch_arguments(["-favColor red"]) |
|
|
|
# For more information about all available options run |
|
# fastlane action snapshot
|
|
|