84ba0a57c3
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
31 lines
904 B
Markdown
Executable File
31 lines
904 B
Markdown
Executable File
# kiosk_webview
|
|
|
|
A new Flutter project.
|
|
|
|
## Getting Started
|
|
|
|
This project is a starting point for a Flutter application.
|
|
|
|
A few resources to get you started if this is your first Flutter project:
|
|
|
|
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
|
|
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
|
|
|
|
For help getting started with Flutter development, view the
|
|
[online documentation](https://docs.flutter.dev/), which offers tutorials,
|
|
samples, guidance on mobile development, and a full API reference.
|
|
|
|
## HOW TO BUILD
|
|
|
|
$cd /Users/jeffreyhong/Library/CloudStorage/OneDrive-Personal/문서/00_GARDENTECH/Development/Kiosk_flutter_app/kiosk_webview
|
|
|
|
$flutter build apk --release
|
|
|
|
## HOW TO DOWNLOAD
|
|
|
|
via USB
|
|
$adb install -r build/app/outputs/flutter-apk/app-release.apk
|
|
|
|
via sd card (apk file)
|
|
cp build/app/outputs/flutter-apk/app-release.apk
|