NFC WORLD

Android app — same UI as mobile web, with native NFC & camera.

Version 1.0.0 (build 1)

48 MB · Updated May 4, 2026 1:00 AM UTC

Download APK

Direct link:
https://nfcworld.app/download_apk.php

Build on your desktop

Copy public_html/nfc_flutter_shell_app/ from this server to your PC (FTP/SFTP).

cd nfc_flutter_shell_app
flutter create .
flutter pub get
flutter build apk --release \
  --dart-define=SITE_ORIGIN=https://nfcworld.app
# Output:
# build/app/outputs/flutter-apk/app-release.apk

Upload (SFTP / SCP):

scp build/app/outputs/flutter-apk/app-release.apk \
  YOUR_USER@YOUR_HOST:/home5/nfcworld/apk/app-release.apk

Edit /home5/nfcworld/apk/release.json — bump version and build.

← Back to login