A new Flutter project aimed at cloning the features of the DaddysRoad application.
This project is a starting point for a Flutter application.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Flutter.
- You have a working Flutter development environment (iOS Simulator, Android Emulator, or a physical device).
-
Clone the repository:
git clone https://github.com/Aidevol/daddysroad_clone.git cd daddysroad_clone
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
- User Authentication: Sign up, Login, and Logout functionalities.
- Real-time Notifications: Receive notifications about road conditions and updates.
- Map Integration: Interactive map showing real-time data.
- SOS Alerts: Send quick SOS alerts in case of emergencies.
- Launch the app on your device or emulator.
- Register a new account or login with existing credentials.
- Use the map to view real-time road conditions.
- Send an SOS alert by pressing the designated button.
lib/
├── main.dart
├── screens/
│ ├── home_screen.dart
│ ├── login_screen.dart
│ └── signup_screen.dart
├── widgets/
│ ├── custom_button.dart
│ └── custom_input_field.dart
└── services/
├── auth_service.dart
└── notification_service.dart
Check out the output of the project in action in this video: DaddysRoad Clone Demo
Contributions are what make the open-source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch:
git checkout -b feature/AmazingFeature
- Commit your Changes:
git commit -m 'Add some AmazingFeature'
- Push to the Branch:
git push origin feature/AmazingFeature
- Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Your Name - @codeqwest - [email protected]
Project Link: https://github.com/Aidevol/daddysroad_clone