picshbj 47dc94a733 Replace hardcoded absolute path in README build steps
The build instructions embedded the original author's local checkout
path, which is meaningless after cloning. Point at the project root
instead and add the missing `flutter pub get` step.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-25 12:09:49 +09:00

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:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

HOW TO BUILD

Run the following from the project root (the directory containing pubspec.yaml):

$flutter pub get

$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

S
Description
No description provided
Readme 493 KiB
Languages
C++ 40.9%
CMake 34.3%
Dart 8.9%
Ruby 4.9%
HTML 3.3%
Other 7.6%