https://fur-ever-home-git-webbuild-bharath-balas-projects.vercel.app/
A Flutter application dedicated to pet lovers, providing a community space to share stories, learn about animals, and support pet adoption and welfare.
- Community Feed: Share your pet stories, photos, and experiences with a vibrant community. See posts from other pet lovers in a real-time feed powered by Firebase.
- Know the Sound: An interactive and fun way for users to learn and identify sounds of different animals like dogs, cats, parrots, and more.
- Donate & Volunteer: Easily find ways to support the cause. Options to donate to help animals or sign up to volunteer your time.
- AI Support Chat: Get quick answers to your pet-related questions from an integrated Gemini-powered AI assistant.
- Firebase Integration: Secure user authentication and a real-time database for the community feed.
Here are some glimpses of the app.
To get a local copy up and running, follow these simple steps.
- Flutter SDK: https://flutter.dev/docs/get-started/install
- A code editor like VS Code or Android Studio.
- A configured Firebase project.
-
Clone the repo
git clone https://github.com/pirate6581/FurEver-Home.git
-
Navigate to the project directory
cd FurEver-Home -
Install dependencies
flutter pub get
-
Create a
.envfile in the root of the project for the Gemini API key.GEMINI_API_KEY=your_api_key_hereNote: The
.envfile is already listed in.gitignoreto ensure your secret key is not checked into version control. -
Set up your own
firebase_options.dart. You can do this by running the FlutterFire CLI:flutterfire configure
This will connect the app to your own Firebase backend.
-
Run the app
flutter run







