043ee213f7
- flutter create with project-name kittie_mobile, org com.kittie, platforms ios+android - pubspec.yaml with full dependency stack: Riverpod 3, Drift 2, Rive 0.14, go_router, google_fonts, flutter_local_notifications, http, uuid, custom_lint - Feature-first lib/ structure: core, data, domain, pet, features (tasks/onboarding/zen_mode/daily_reset), shared - assets/animations and assets/fonts directories with .gitkeep - CLAUDE.md with architecture, stack, ports, naming conventions, build commands - flutter analyze: no issues, flutter test: 1/1 passed Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
635 B
Markdown
18 lines
635 B
Markdown
# kittie_mobile
|
|
|
|
A new Flutter project.
|
|
|
|
## Getting Started
|
|
|
|
This project is a starting point for a Flutter application.
|
|
|
|
A few resources to get you started if this is your first Flutter project:
|
|
|
|
- [Learn Flutter](https://docs.flutter.dev/get-started/learn-flutter)
|
|
- [Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
|
|
- [Flutter learning resources](https://docs.flutter.dev/reference/learning-resources)
|
|
|
|
For help getting started with Flutter development, view the
|
|
[online documentation](https://docs.flutter.dev/), which offers tutorials,
|
|
samples, guidance on mobile development, and a full API reference.
|