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.
20 lines
625 B
20 lines
625 B
3 years ago
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Mac",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**"
|
||
|
],
|
||
|
"defines": [],
|
||
|
"macFrameworkPath": [
|
||
|
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
|
||
|
],
|
||
|
"compilerPath": "/usr/bin/clang",
|
||
|
"cStandard": "c17",
|
||
|
"cppStandard": "c++20",
|
||
|
"intelliSenseMode": "macos-clang-arm64",
|
||
|
"configurationProvider": "ms-vscode.cmake-tools"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|