Medicare is a Flutter-based mobile application designed to streamline healthcare access and enhance the user experience. The app features a modern design, incorporating various functionalities aimed at improving the healthcare journey for users, such as secure authentication, feedback options, and internationalization support.
- Splash Screen: A welcoming splash screen displayed on app launch to create a seamless user experience.
- Custom Theme: Implements a personalized theme using the Poppins font and custom colors for a visually appealing interface.
- Internationalization Support: Integrates a country code picker and localization features to cater to a diverse user base.
- OTP Verification: Utilizes an OTP text field for secure user authentication, ensuring safety and privacy.
- Rating System: Includes a star rating feature to allow users to provide feedback and rate services.
- Date Picker: Incorporates a calendar date picker for selecting dates easily during appointments or other scheduling tasks.
- Flutter: The primary framework used for developing the app, providing a rich set of features for mobile app development.
- Dart: The programming language used for developing the app, known for its efficiency and ease of use with Flutter.
The app utilizes several dependencies to deliver its functionalities:
cupertino_icons
: For iOS-style icons.fl_country_code_picker
: For selecting country codes and internationalization.flutter_otp_text_field
: For handling OTP input fields.flutter_rating_stars
: For implementing the rating system.calendar_date_picker2
: For easy date selection using a calendar view.intl
: For supporting internationalization features across the app.
To run this project locally, ensure you have Flutter installed. Follow these steps:
- Clone the repository:
git clone https://github.com/your-username/medicare-app.git```
2.Navigate to the project directory:
cd medicare-app
3.Install dependencies:
flutter pub get
4.Run the app:
flutter run
Below are two screenshots from the project's user interface.