Lost and Found is a cross-platform Flutter application designed to serve as a digital hub for students within a university or college community. It provides a convenient platform for students to report lost items and for others to find and claim items they have found.
To install and run the Lost and Found application, follow these steps:
- Ensure you have Flutter installed on your system. If not, follow the official Flutter installation guide: Flutter Installation Guide
- Clone this repository to your local machine:
git clone https://github.com/AdityaT-19/LostxFound_Front.git
- Navigate to the project directory:
cd lost-and-found
- Run the application using Flutter:
flutter run
Lost and Found offers a streamlined experience for both reporting lost items and searching for lost belongings:
Have you misplaced something important? Fear not! Lost and Found allows you to effortlessly report your lost item:
- Navigate to the "Lost Items" section and click on plus button to add an item.
- Provide detailed information about the lost item, including a description, location, and the time it was lost.
- Submit your report and let the community lend a helping hand.
Found something that doesn't belong to you? Help reunite lost items with their owners using Lost and Found's intuitive search functionality:
- Navigate to the "Found Items" section and click on the plus button to add an item you found.
- Enter various details such as category, location, time, image and description.
- The user who has lost an item will browse through the list of found items and claim any that match the description of the item they have lost.