Flutter Pet Care App

Your complete pet care hub in one app

Fetchy is a comprehensive Flutter mobile app designed to be your one-stop solution for all pet care needs. Shopping, grooming, boarding, vet booking, and health tracking โ€” all in a beautiful, user-friendly platform.

Terminal
$ git clone https://github.com/Neeraj-x0/Fetchy.git
$ cd Fetchy && flutter pub get
$ flutter run
๐Ÿพ Fetchy is now running!

Features

Everything you need to care for your furry friends, all in one place.

๐Ÿ 

Home Dashboard

Personalized welcome hub with quick access to all services and daily pet facts.

๐Ÿ›๏ธ

FurBundle Shopping

Comprehensive pet product catalog with smart search, categories, and seamless checkout.

๐Ÿ›

FurSPA Services

Schedule grooming and boarding appointments with certified pet care professionals.

๐ŸŒฑ

Flourish Wellness

Track pet health, access veterinary services, and maintain medical records.

๐Ÿ“…

Appointment Management

View, track, and manage all appointments with reminders and quick actions.

๐Ÿ”

Smart Search

Universal search across products, services, and information with filters.

Tech Stack

Built with modern, reliable technologies.

Flutterโ€” Cross-platform UI framework
Dartโ€” Programming language
Firebaseโ€” Backend & authentication
Node.jsโ€” Server-side services

Prerequisites

Before getting started, ensure you have the following:

Flutter SDK (3.8.1 or later)
Dart SDK (3.0 or later)
Android Studio / VS Code
iOS Simulator / Android Emulator

Installation

Get Fetchy running on your device in minutes.

1

Clone the repository

git clone https://github.com/Neeraj-x0/Fetchy.git
2

Navigate to directory

cd Fetchy
3

Install dependencies

flutter pub get
4

Run the application

flutter run

Build for Release: Run flutter build apk --release to generate a production APK.

Project Structure

Clean, organized codebase for easy navigation and customization.

lib/
lib/
โ”œโ”€โ”€ main.dart # App entry point
โ”œโ”€โ”€ splash_screen.dart # Initial splash screen
โ”œโ”€โ”€ main_navigation_screen.dart
โ”œโ”€โ”€ home_screen.dart # Home dashboard
โ”œโ”€โ”€ furbundle_screen.dart # Shopping interface
โ”œโ”€โ”€ furspa_screen.dart # Grooming services
โ”œโ”€โ”€ flourish_screen.dart # Health & wellness
โ”œโ”€โ”€ cart_screen.dart # Shopping cart
โ”œโ”€โ”€ utils/
โ”‚ โ””โ”€โ”€ navigation_helper.dart
โ”œโ”€โ”€ widgets/
โ”‚ โ””โ”€โ”€ app_header.dart
โ””โ”€โ”€ assets/

Key Dependencies

Core packages powering Fetchy.

flutter_svgSVG image support for scalable graphics
google_fontsCustom typography and font management
motion_tab_bar_v2Animated bottom navigation bar
share_plusSocial sharing functionality
๐Ÿพ

Start Building

Fetchy is open source and ready for your contributions.