mob_project is a cross-platform mobile application built with Flutter. It provides a modern, responsive user experience and supports Android, iOS, web, Windows, macOS, and Linux platforms.
- User authentication (login & signup)
- Home, trips, payment, and settings screens
- Custom bottom navigation
- Asset management (images)
- Platform-specific support (Android, iOS, Web, Desktop)
lib/- Main Dart codebasemain.dart- Entry pointscreens/- UI screens (home, login, signup, payment, trips, settings)widgets/- Reusable widgets (e.g., custom bottom navigation)
assets/- Images and other static assetsandroid/,ios/,web/,windows/,macos/,linux/- Platform-specific codetest/- Unit and widget tests
- Install Flutter:
- Follow the Flutter installation guide.
- Clone the repository:
git clone https://github.com/Atta246/mob_project.git cd mob_project - Install dependencies:
flutter pub get
- Run the app:
flutter run
Navigate through the app using the bottom navigation bar. Access different screens for trips, payments, and settings. Authentication is required for personalized features.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.