Conversation
ecb1b08 to
9dd3544
Compare
9dd3544 to
2628a1c
Compare
There was a problem hiding this comment.
Pull request overview
This PR implements comprehensive secrets management for the Flutter template project using age + sops encryption. The changes move sensitive configuration data (API keys, certificates, Firebase config files) from plaintext to encrypted files, with flavor-specific secret management.
Changes:
- Introduced
flutter_dotenvpackage for environment variable management across flavors - Implemented encrypted secrets storage using
age/sopswith shell scripts for encryption/decryption - Migrated hardcoded configuration values to environment variables loaded from
.envfiles - Reorganized Android keystore structure and added iOS xcconfig files for secret injection
Reviewed changes
Copilot reviewed 60 out of 64 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| pubspec.yaml | Added flutter_dotenv dependency and .env asset files |
| lib/app/setup/setup_app.dart | Loads environment variables and replaces hardcoded Firebase config |
| lib/app/configuration/configuration.dart | Simplified configuration to use dotenv instead of flavor-specific classes |
| extras/secrets/tools/*.sh | Shell scripts for encrypting, decrypting, and managing secrets |
| extras/secrets/*.enc | Encrypted secret files for different environments and platforms |
| makefile | Added secretsDecrypt/Encrypt/Clean commands to workflow |
| android/app/build.gradle | Updated keystore paths and added Flutter target specifications |
| ios/Flutter/*.xcconfig | New xcconfig files to inject secrets into iOS builds |
| .github/workflows/*.yml | Updated CI/CD workflows to decrypt secrets before builds |
| README.md | Added comprehensive documentation for secrets handling |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Lonchi78
approved these changes
Jan 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.