qrcode
A flutter plugin for scanning QR codes. Use AVCaptureSession in iOS and zxing in Android.
파일 탐색기
최종 버전 다운로드 (.zip)- Project.xml
- Dart_SDK.xml
- Flutter_for_Android.xml
- Flutter_Plugins.xml
- example_lib_main_dart.xml
- misc.xml
- modules.xml
- vcs.xml
- workspace.xml
- Project.xml
- gradle.xml
- misc.xml
- modules.xml
- runConfigurations.xml
- vcs.xml
- org.eclipse.buildship.core.prefs
- QRCaptureView.kt
- QRCaptureViewFactory.kt
- QrcodePlugin.kt
- AndroidManifest.xml
- .classpath
- .gitignore
- .project
- build.gradle
- gradle.properties
- settings.gradle
- org.eclipse.buildship.core.prefs
- org.eclipse.buildship.core.prefs
- AndroidManifest.xml
- MainActivity.kt
- launch_background.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- styles.xml
- AndroidManifest.xml
- AndroidManifest.xml
- .classpath
- .project
- build.gradle
- gradle-wrapper.properties
- .project
- build.gradle
- gradle.properties
- settings.gradle
- sao@3x.png
- tiao@3x.png
- AppFrameworkInfo.plist
- Debug.xcconfig
- flutter_export_environment.sh
- 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.h
- AppDelegate.m
- Info.plist
- main.m
- contents.xcworkspacedata
- Runner.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- Podfile
- main.dart
- widget_test.dart
- .flutter-plugins-dependencies
- .gitignore
- .metadata
- pubspec.yaml
- README.md
- .gitkeep
- QRCapturePlatformView.h
- QRCapturePlatformView.m
- QRCaptureView.h
- QRCaptureView.m
- QRCaptureViewFactory.h
- QRCaptureViewFactory.m
- QrcodePlugin.h
- QrcodePlugin.m
- .gitignore
- qrcode.podspec
- qrcode.dart
- .gitignore
- .metadata
- CHANGELOG.md
- LICENSE
- pubspec.yaml
- qrcode.iml
- README.md
- demo.PNG
- .gitattributes
- .gitignore
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/SiriDx/qrcode
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd qrcode
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd qrcode/android
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
