MedEase 360 is a Flutter application designed to provide [brief description of your app].
- Custom Splash Screen: Engage users with an appealing splash screen animation.
- Transition to Onboarding: Smooth transition to the onboarding screens.
- Animated UI Elements: Animated text and container elements for a visually appealing experience.
- Ensure you have Flutter and Dart installed on your machine. Flutter Installation Guide
- Clone this repository.
git clone https://github.com/your-username/MedEase360.git
Navigate to the project directory.
cd MedEase360
Run the app.
flutter run
lib/: Contains the Dart code for the application. main.dart: Entry point of the application. onboading_screen_register.dart: Onboarding screen for user registration.
The app includes a custom splash screen with animations and transitions.
MyCustomSplashScreen: Flutter widget for the splash screen.