StellarDuel does not collect, transmit, or share any personal information.
StellarDuel is an offline match-three puzzle game set aboard a derelict orbital freighter. The pages that follow describe, in plain language, what the app does and does not do with the things you type into it.
None. We do not ask for your name, email address, phone number, contacts, location, photos, or any other personal detail. There is no sign-up, no login, and no user profile held anywhere outside your device.
The game does let you type a pilot name for your own record screen. That text is stored only in the game's local database on your device and is never sent anywhere.
StellarDuel keeps a small local SQLite database (via the sqflite package) inside its own private app storage. It holds:
None of it is uploaded. Uninstalling the app removes every byte.
StellarDuel requests no runtime permissions. It does not use the camera, microphone, location, contacts, photo library, storage, or notifications.
On Android, the release build declares no permissions at all. The INTERNET permission appears only in the debug and profile build variants, which exist solely so Flutter's development tooling can connect to a developer's machine; it is not present in the version distributed on Google Play. On iOS, the app declares no permission usage descriptions, because it requests none.
Nothing. StellarDuel is fully offline: it contains no HTTP client, no WebView, no sockets, and no third-party networking code. It does not check for updates, fetch remote configuration, report crashes, or send telemetry. The game is fully playable in airplane mode and behaves identically whether or not you have a connection.
No one. StellarDuel contains no analytics SDK, no advertising SDK, no crash reporter, no attribution provider, and no social login. The open-source packages it uses — Flutter, Riverpod, sqflite, and a small number of UI helper libraries — run entirely on-device and do not transmit data.
StellarDuel is suitable for all ages and collects no personal information from anyone, including children under 13 (COPPA) and under 16 (GDPR-K). Because nothing is collected or transmitted, there is no children's data for us to hold, disclose, or delete, and no parental consent mechanism is required.
All of your StellarDuel data lives on your device and is under your control. Everything the game has stored about you is visible in the app itself, on the Pilot Record and Forge screens. Uninstalling StellarDuel removes its private storage, including the local database, permanently; on Android you can also use Settings → Apps → StellarDuel → Storage → Clear data.
Because we never receive your data, there is nothing for us to export, correct, or erase on our side, and no request process to go through.
If anything in this policy changes, the date at the top of the page will be revised, and material changes will appear in the app's release notes. Any revision will continue to describe the app's actual behavior — if the app ever begins collecting or transmitting data, this policy will say so plainly before that version ships.