Custom Cruise is a mobile application that allows users to customize their vehicles, shop for parts, connect with a community of car enthusiasts, and find nearby mechanics.
- Frontend: Flutter
- 3D Visualization: Unity with Vuforia
- Mapping: MapTiler Cloud API
sandycustom/
├── .dart_tool/
├── .idea/
├── android/
├── assets/
├── build/
├── ios/
├── lib/
│ ├── screens/
│ │ ├── ARPreviewScreen.dart
│ │ ├── CartScreen.dart
│ │ ├── CommunityScreen.dart
│ │ ├── CustomizationScreen.dart
│ │ ├── ECommerceScreen.dart
│ │ ├── HomeScreen.dart
│ │ ├── LoginScreen.dart
│ │ ├── MechanicQuotesScreen.dart
│ │ ├── MechanicRegistrationScreen.dart
│ │ ├── NearbyMechanicsScreen.dart
│ │ ├── ProductDetailsScreen.dart
│ │ ├── RegisterScreen.dart
│ │ └── ServicesScreen.dart
│ ├── config.dart
│ └── main.dart
├── linux/
├── macos/
├── test/
├── web/
└── windows/
- User authentication (Login/Register)
- Vehicle customization
- AR preview of customizations
- E-commerce platform for car parts
- Community forum for car enthusiasts
- Nearby mechanics locator
- Mechanic registration and quote system
- Shopping cart functionality
-
Clone the repository
git clone https://github.com/yourusername/Customcruise.git -
Install dependencies
flutter pub get -
Set up MapTiler Cloud API
- Sign up for a MapTiler account
- Get your API key
- Add your API key to
lib/config.dart
-
Run the app
flutter run
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License
Copyright (c) [2024] [Abishek J]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[J Abishek] - [connectabishek@gmail.com] [Rishon Jos Anton S]-[rishonanton@gmail.com]
Project Link: https://github.com/MLAbishek/CustomCruise