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.
16 lines
665 B
16 lines
665 B
2 years ago
|
# remove the leading '#' to uncomment lines
|
||
|
|
||
|
app_package_name('com.markosyan.zxscanner')
|
||
|
# use_tests_in_packages(['your.screenshot.tests.package'])
|
||
|
|
||
|
app_apk_path('/Users/khorenmarkosyan/Documents/Projects/flutter_zxing/zxscanner/build/app/outputs/apk/debug/app-debug.apk')
|
||
|
tests_apk_path('/Users/khorenmarkosyan/Documents/Projects/flutter_zxing/zxscanner/build/app/outputs/apk/androidTest/debug/app-debug-androidTest.apk')
|
||
|
|
||
|
locales(['en-US'])
|
||
|
|
||
|
# clear all previously generated screenshots in your local output directory before creating new ones
|
||
|
clear_previous_screenshots(true)
|
||
|
|
||
|
# For more information about all available options run
|
||
|
# fastlane screengrab --help
|