Axion - Medical Reports Management App
The Medical Reports Management App is a comprehensive solution built to streamline the management and display of various health reports. It is a mobile application developed using Flutter, ensuring a seamless experience across both iOS and Android.
- Functionality: Displays CBC, lipid profiles, and more.
- User Interaction: Secure login, personalized data, intuitive UI.
- Global Reach: Multiple language support via ARB files.
Technical Details & Architecture:
- Flutter & Dart: Single codebase for iOS & Android.
- Modular Structure: Organized into
models/,services/, etc. - Data Models & Serialization: JSON serialization with
json_serializable. - API & GraphQL Integration: Real-time sync via
api_service.dart,graphql_config.dart. - Secure Storage: Sensitive data protected via session management.
- Custom UI Components:
report_card.dart, floating nav bar, etc. - Login Flow:
loginSide/with custom buttons, forms, indicators.
This project highlights advanced mobile dev with Flutter plus a robust architecture. The blend of comprehensive functionality, secure data handling, and modern integration makes it an impressive portfolio piece.
Back to Projects