You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: create dummy .env in CI to fix asset bundling failure
The example app declares .env as a Flutter asset (needed for flutter_dotenv),
but .env is gitignored and not present in CI. This caused both Android and iOS
builds to fail with "No file or variants found for asset: .env".
Add a CI step to create a minimal dummy .env before each platform build.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments