Skip to content

Commit 4c5192b

Browse files
committed
docs: add environment configuration section
- Added flexible env config section - Mentioned benefits for the user
1 parent 9d348e1 commit 4c5192b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Developed with best practices for a maintainable and scalable codebase:
4848
* **GoRouter:** Well-structured and powerful navigation.
4949
* **Benefit for you:** An easy-to-understand, extendable, and testable foundation for your project. 📈
5050

51+
#### ⚙️ **Flexible Environment Configuration**
52+
Easily switch between development (in-memory data or local API) and production environments with a simple code change. This empowers rapid prototyping, robust testing, and seamless deployment.
53+
* **Benefit for you:** Accelerate your development cycle and ensure your app is always ready for any deployment scenario. 🚀
54+
5155
#### 🌍 **Localization Ready**
5256
Fully internationalized with working English and Arabic localizations (`.arb` files). Adding more languages is straightforward.
5357
* **Benefit for you:** Easily adapt your application for a global audience. 🌐

0 commit comments

Comments
 (0)