lib/ ├── core/ # Shared application core │ ├── config/ │ │ ├── env.dart # Environment variables (generated) │ │ ├── env.g.dart # Generated environment config │ │ └── app_config.dart # Application ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Successfully merging a pull request may close this issue.