Pets Gallery App
Download
You can download the Pets Gallery App from the following link:
Overview
Pets Gallery is a mobile application that connects pet owners with pet lovers. It offers features such as user authentication, cloud storage for pet images, the ability to add/update pet listings, and the option to save favorite pets. You can also discover pets available in your area based on your location.
Features
- Firebase Authentication: Securely sign in and manage your user profile.
- Firebase Cloud Storage: Easily upload and store images of your pets.
- Add/Update Pet: Create new pet listings or update existing ones.
- Add to Favorites: Save your favorite pets for quick access.
- Nearby Pets: Discover pets available in your area based on your location.
Screenshots (Mobile)
Screenshots (Tablet)
Installation
To run this app on your local machine, follow these steps:
- Clone the repository:
https://github.com/prasadrawas/pets_gallery.git
- Navigate to the project folder:
cd pets_gallery
- Install dependencies:
flutter pub get
- Run the app:
flutter run
Make sure you have Flutter installed on your system before running the app.