Open Source Licenses

GuessStorm is built with Flutter and open-source packages. Full license texts are included in the app via the Flutter license registry (Settings → Licenses in a future app update, or flutter pub licenses in the project).

Below is a summary of major dependencies. See each project for the complete license text.

SQLite

The word database uses SQLite data storage via sqflite. SQLite is in the public domain.

App assets

GuessStorm logos, backgrounds, topic icons, and word content are proprietary to the developer unless otherwise noted. They are not covered by the open-source licenses above.

Generate full license list

Developers can export the complete dependency license report from the project root:

flutter pub get
flutter pub licenses