Added env files and dotenv package

This commit is contained in:
Abdullah Alassaf
2024-09-03 13:41:07 +03:00
parent ece37fc3c1
commit 25b9457043
9 changed files with 108 additions and 45 deletions

View File

@ -48,6 +48,8 @@ dependencies:
go_router:
intl: ^0.19.0
dropdown_search: ^5.0.6
flutter_dotenv: ^5.1.0
dev_dependencies:
flutter_test:
@ -77,6 +79,9 @@ flutter:
- assets/icons/
- assets/images/
- assets/
- .env.development
- .env.staging
- .env.production
# An image asset can refer to one or more resolution-specific "variants", see