A Flutter application designed specifically for cat moms, combining unlimited data plans with cat insurance at just $30/mo.
- 🐱 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
- Flutter SDK (3.0.0 or higher)
- Dart SDK
- Xcode (for iOS development)
- Android Studio (for Android development)
-
Install Flutter from https://flutter.dev/docs/get-started/install
-
Clone this repository:
git clone <your-repo-url>
cd cat-mobile- Install dependencies:
flutter pub getflutter run -d iosflutter run -d androidflutter run -d chromeflutter devicesflutter build iosflutter build apklib/
├── 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)
If you encounter issues:
- Clean the project:
flutter clean
flutter pub get- Check Flutter doctor:
flutter doctor- Update Flutter:
flutter upgradeCopyright 2024 Meow Mobile. All rights reserved.