Open Source Licenses
Below is a summary of major dependencies. See each project for the complete license text.
- Flutter SDK Copyright Google LLC. BSD 3-Clause License.
- provider MIT License.
- audioplayers MIT License.
- google_fonts Apache License 2.0. Fonts are subject to their respective font licenses (see Google Fonts).
- sqflite MIT License.
- path BSD 3-Clause License.
- in_app_purchase BSD 3-Clause License (Flutter team).
- shared_preferences BSD 3-Clause License (Flutter team).
- intl / flutter_localizations Flutter SDK — BSD 3-Clause.
- cupertino_icons MIT License.
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