Files
potato-mesh/app
l5y 0bb237c4ab Add comprehensive tests for Flutter reader (#491)
* Add comprehensive tests for Flutter reader

* Fix Flutter UI text expectations

* Expose chat placeholders to widget finders

* Handle refresh errors in messages screen

* Reset message fetch when widget updates
2025-11-22 18:37:34 +01:00
..

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.