Skip to content

Commit aed207a

Browse files
committed
docs(README): update environment configuration description
- Replace outdated information about environment configuration - Explain production-ready environment tooling using --dart-define - Highlight error-proof configuration and advantages - Improve readability and clarity of the description
1 parent 69138ac commit aed207a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,10 @@ Developed with best practices for a maintainable and scalable codebase:
107107
108108
---
109109

110-
### 🛠️ Flexible Environment Configuration
111-
Switch between development (in-memory data or local API) and production environments with a simple code change.
112-
> **🚀 Your Advantage:** This setup speeds up the development cycle and simplifies deployment.
110+
### 🛠️ Production-Ready Environment Tooling
111+
Utilizes compile-time variables (`--dart-define`) to seamlessly switch between `production`, `development`, and `demo` environments.
112+
- **Error-Proof Configuration:** This approach ensures environment-specific settings like API endpoints are set at build time, preventing accidental release of development configurations.
113+
> **Your Advantage:** A robust, professional environment setup that streamlines the development-to-production pipeline and prevents common configuration mistakes.
113114
114115
---
115116

0 commit comments

Comments
 (0)