Files
potato-mesh/app/README.md
T
l5y 21cecc970f Add Meshtastic reader Flutter app (#483)
* Add Meshtastic reader Flutter app

* fix review comments
2025-11-21 17:11:18 +01:00

336 B
Raw Blame History

Meshtastic Reader

Meshtastic Reader read-only PotatoMesh chat client for Android and iOS.

Setup

cd app
flutter create .
# then replace pubspec.yaml and lib/main.dart with the versions in this repo
flutter pub get
flutter run

The app fetches from https://potatomesh.net/api/messages?limit=100&encrypted=false.