barcode_scan2
[reborned barcode_scan] A flutter plugin for reading 2D barcodes and QR codes.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- publish.yml
- FUNDING.yml
- launch.json
- gradle-wrapper.properties
- ActivityHelper.kt
- BarcodeScannerActivity.kt
- BarcodeScanPlugin.kt
- ChannelHandler.kt
- RequestCameraPermissionHandler.kt
- ScanResultHandler.kt
- ZXingAutofocusScannerView.kt
- AndroidManifest.xml
- .gitignore
- build.gradle
- gradle.properties
- proguard-rules.pro
- settings.gradle
- AndroidManifest.xml
- MainActivity.kt
- launch_background.xml
- launch_background.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- styles.xml
- styles.xml
- AndroidManifest.xml
- AndroidManifest.xml
- build.gradle.kts
- gradle-wrapper.properties
- .gitignore
- build.gradle.kts
- gradle.properties
- settings.gradle.kts
- AppFrameworkInfo.plist
- Debug.xcconfig
- Release.xcconfig
- Contents.json
- Icon-App-1024x1024@1x.png
- Icon-App-20x20@1x.png
- Icon-App-20x20@2x.png
- Icon-App-20x20@3x.png
- Icon-App-29x29@1x.png
- Icon-App-29x29@2x.png
- Icon-App-29x29@3x.png
- Icon-App-40x40@1x.png
- Icon-App-40x40@2x.png
- Icon-App-40x40@3x.png
- Icon-App-60x60@2x.png
- Icon-App-60x60@3x.png
- Icon-App-76x76@1x.png
- Icon-App-76x76@2x.png
- Icon-App-83.5x83.5@2x.png
- Contents.json
- LaunchImage.png
- LaunchImage@2x.png
- LaunchImage@3x.png
- README.md
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.swift
- Info.plist
- Runner-Bridging-Header.h
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- Runner.xcscheme
- project.pbxproj
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- .gitignore
- Podfile
- Podfile.lock
- main.dart
- .keep
- .gitignore
- .metadata
- analysis_options.yaml
- pubspec.yaml
- README.md
- .gitkeep
- protos.pb.swift
- BarcodeScannerViewController.swift
- BarcodeScannerViewControllerDelegate.swift
- BarcodeScanPlugin.swift
- ScannerOverlay.swift
- MTBBarcodeScanner.h
- MTBBarcodeScanner.m
- Package.swift
- .gitignore
- barcode_scan2.podspec
- protos.pb.dart
- protos.pbenum.dart
- protos.pbjson.dart
- protos.pbserver.dart
- android_options.dart
- model.dart
- scan_options.dart
- scan_result.dart
- barcode_scan2.dart
- platform_wrapper.dart
- android_configuration.proto
- barcode_format.proto
- configuration.proto
- protos.proto
- scan_result.proto
- .keep
- .gitignore
- .metadata
- analysis_options.yaml
- CHANGELOG.md
- generate_proto.sh
- LICENSE
- pubspec.lock
- pubspec.yaml
- README.md
- UPGRADE.md
# Installation Guide
1. Get the code
git clone https://github.com/mono0926/barcode_scan2
Downloads the entire project code from GitHub to your computer.
cd barcode_scan2
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
