From 290dc5c4bb07fba7d409a979862dadee96ce2e8e Mon Sep 17 00:00:00 2001 From: faizatflutter Date: Wed, 22 Oct 2025 11:27:56 +0300 Subject: [PATCH] Updated README.md --- README.md | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index b92a3a2..e50fc23 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # HMG Patient App -A comprehensive Flutter-based mobile application for HMG (Hospital Management Group) patients, providing seamless healthcare services and patient management features. +A comprehensive Flutter-based mobile application for HMG (Hospital Management Group) patients, +providing seamless healthcare services and patient management features. ## 📱 Features @@ -40,8 +41,8 @@ A comprehensive Flutter-based mobile application for HMG (Hospital Management Gr ``` 3. **Configure Firebase:** - - Add your `google-services.json` file to `android/app/` - - Add your `GoogleService-Info.plist` file to `ios/Runner/` + - Add your `google-services.json` file to `android/app/` + - Add your `GoogleService-Info.plist` file to `ios/Runner/` 4. **Run the application:** ```bash @@ -96,6 +97,7 @@ assets/ ## 🌐 Localization The app supports multiple languages: + - English (en-US) - Arabic (ar-SA) @@ -116,12 +118,14 @@ The app supports multiple languages: ## 📝 Development Guidelines ### Code Style + - Follow Dart/Flutter best practices - Use consistent naming conventions - Implement proper error handling - Write comprehensive documentation ### Testing + ```bash # Run unit tests flutter test @@ -133,6 +137,7 @@ flutter test integration_test/ ### Building for Production **Android:** + ```bash flutter build apk --release # or @@ -140,6 +145,7 @@ flutter build appbundle --release ``` **iOS:** + ```bash flutter build ios --release ``` @@ -156,18 +162,5 @@ flutter build ios --release This project is proprietary software developed for HMG Healthcare Group. -## 📞 Support - -For technical support or questions, please contact: -- Development Team: [your-email@domain.com] -- Project Manager: [pm-email@domain.com] - -## 📊 Version History - -- **v1.0.0** - Initial release with core features -- **v1.1.0** - Added foldable device support and UI improvements -- **v1.2.0** - Enhanced calendar integration and performance optimizations - ---- **Built with ❤️ for better healthcare accessibility**