The Seat Finder App is a Flutter application that allows users to search for seats and displays them in a grid layout. It provides a user-friendly interface for finding specific seats in a seating arrangement
- Enter a seat number to search for a specific seat.
- Scroll to the searched seat in the grid layout.
- Highlights the searched seat in the grid.
To run the Welcome App on your local machine, follow these steps:
-
Make sure you have Flutter installed. If not, refer to the official Flutter installation guide.
-
Clone this repository to your local machine:
git clone https://github.com/mohitrajsinha/Find_My_Seat.git
- Run the following commands to download all required dependencies.
flutter clean
flutter pub get
Once the Seat Finder app is running, you can use the following steps to search for seats:
- Enter a seat number in the search box.
- Tap the "Search" button or press Enter on your keyboard.
- The grid layout will scroll to the searched seat and highlight it.
Contributions to the Seat Finder app are welcome and encouraged! If you'd like to contribute, please follow these steps:
Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your fork.
- Submit a pull request to the main repository.
If you have any questions, suggestions, or feedback, please feel free to contact the project maintainer at [email protected].