Updated README.md

pull/88/head
faizatflutter 1 week ago
parent 495eb13153
commit 290dc5c4bb

@ -1,6 +1,7 @@
# HMG Patient App # 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 ## 📱 Features
@ -96,6 +97,7 @@ assets/
## 🌐 Localization ## 🌐 Localization
The app supports multiple languages: The app supports multiple languages:
- English (en-US) - English (en-US)
- Arabic (ar-SA) - Arabic (ar-SA)
@ -116,12 +118,14 @@ The app supports multiple languages:
## 📝 Development Guidelines ## 📝 Development Guidelines
### Code Style ### Code Style
- Follow Dart/Flutter best practices - Follow Dart/Flutter best practices
- Use consistent naming conventions - Use consistent naming conventions
- Implement proper error handling - Implement proper error handling
- Write comprehensive documentation - Write comprehensive documentation
### Testing ### Testing
```bash ```bash
# Run unit tests # Run unit tests
flutter test flutter test
@ -133,6 +137,7 @@ flutter test integration_test/
### Building for Production ### Building for Production
**Android:** **Android:**
```bash ```bash
flutter build apk --release flutter build apk --release
# or # or
@ -140,6 +145,7 @@ flutter build appbundle --release
``` ```
**iOS:** **iOS:**
```bash ```bash
flutter build ios --release flutter build ios --release
``` ```
@ -156,18 +162,5 @@ flutter build ios --release
This project is proprietary software developed for HMG Healthcare Group. 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** **Built with ❤️ for better healthcare accessibility**

Loading…
Cancel
Save