Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meow Mobile - Cat Mom's Telco App

A Flutter application designed specifically for cat moms, combining unlimited data plans with cat insurance at just $30/mo.

Features

  • 🐱 Onboarding with Apple/Google Sign-in
  • 😺 Personalized cat content based on interests
  • 🔍 Mochi AI Assistant for cat-related queries
  • 📱 Reddit thread aggregation for cat care info
  • 💜 Beautiful purple-themed UI

Prerequisites

  • Flutter SDK (3.0.0 or higher)
  • Dart SDK
  • Xcode (for iOS development)
  • Android Studio (for Android development)

Installation

  1. Install Flutter from https://flutter.dev/docs/get-started/install

  2. Clone this repository:

git clone <your-repo-url>
cd cat-mobile
  1. Install dependencies:
flutter pub get

Running the App

iOS Simulator

flutter run -d ios

Android Emulator

flutter run -d android

Web (Chrome)

flutter run -d chrome

List available devices

flutter devices

Build for Production

iOS

flutter build ios

Android

flutter build apk

Project Structure

lib/
├── main.dart              # App entry point
├── screens/
│   ├── onboarding_screen.dart     # Sign-in/Sign-up
│   ├── cat_personalization_screen.dart  # Interest selection
│   └── search_screen.dart         # Mochi AI chat
└── models/              # Data models (future)
    widgets/             # Reusable widgets (future)
    services/            # API services (future)
    utils/               # Utilities (future)

Troubleshooting

If you encounter issues:

  1. Clean the project:
flutter clean
flutter pub get
  1. Check Flutter doctor:
flutter doctor
  1. Update Flutter:
flutter upgrade

License

Copyright 2024 Meow Mobile. All rights reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages