Flutter cross-platform astrology app (Android, Linux, Windows, Web).
lib/- Dart source code (screens, models, providers, services, widgets)android/,linux/,windows/- Platform-specific runner codeassets/- Images, logos, flagsbranding/- Marketing assets (screenshots, banners, logos)lib/l10n/- Localization files (English, Italian)generated/- Flatpak build filessnap/- Snap packaging.github/workflows/- CI/CD (build, verify, publish for each platform)
This project follows the REUSE spec 3.3. License: AGPL-3.0-or-later. Copyright: Arcangelo Massari <info@arcangelomassari.com>.
When adding new files:
- Commentable files (Dart, YAML, Shell, XML, etc.): run
reuse annotate --copyright="Arcangelo Massari <info@arcangelomassari.com>" --license="AGPL-3.0-or-later" --year=2026 <file> - Non-commentable files (JSON, PNG, SVG, ARB, lock files, etc.): add the path to the appropriate
[[annotations]]block inREUSE.toml - Flutter framework files: use
The Flutter Authorscopyright withBSD-3-Clause - Auto-generated files (plugin registrants, generated plugins): add to the Flutter generated block in
REUSE.toml - Run
reuse lintto verify compliance after changes