ParkIt is a mobile application built with Flutter that helps users find and reserve parking spaces. The app uses Supabase Supabase as its backend to handle database management.
- Find Parking: View and Search for available parking spaces.
- Reserve Parking: Reserve parking spots in advance to ensure availability.
These instructions will help you set up the project on your local machine for development and testing purposes.
- Flutter SDK: Install the latest version of Flutter
- Supabase Account: Create an account on Supabase and set up a new project.
- Code Editor: VS Code or Android Studio is recommended for Flutter development.
- Clone the repository:
git clone -b starter-project https://github.com/Mobterest-Studio/parkit
cd parkit
- Install dependencies:
flutter pub get
- Run the application:
flutter run
lib/
├── main.dart # Entry point of the application
├── screens/ # All the app screens (Home, Login, etc.)
├── widgets.dart # Reusable widget code
└── constants/ # Holds configurations and constants
Feel free to contribute to this project by submitting issues, bug reports, or feature requests. You can also fork the repository and submit a pull request.
For any queries or support, please contact mobterest@gmail.com