A lightweight, offline-first REST API client built with Flutter. Test HTTP endpoints, organise requests into collections and inspect responses — all from your Android device.
- Collections — group related requests together and keep them persistent across sessions
- HTTP methods — GET, POST, PUT, DELETE
- Query parameters — add, enable/disable, and remove params with a single tap
- Request body — full text editor for POST/PUT payloads
- Basic authentication — username & password with a show/hide toggle
- Response viewer — status code, elapsed time, response headers, and pretty-printed JSON body
- Copy to clipboard — copy the entire response (status, headers, body) in one tap
- Dark theme — easy on the eyes
| Collections | Request | Response |
|---|---|---|
![]() |
![]() |
![]() |
Download the latest APK from the Releases page and install it on your Android device.
Make sure Install from unknown sources is enabled in your device settings.
Requirements: Flutter SDK (stable channel), Java 17
flutter pub get
flutter build apk --release
# APK is at build/app/outputs/flutter-apk/app-release.apkReleases are created automatically when a new version is added to CHANGELOG.md and pushed to main. The GitHub Actions workflow builds the APK and publishes a release with the changelog notes attached.
See CHANGELOG.md.


