Mobile Development
Complete stack for mobile development. Flutter, React Native, native development, and app store publishing.
Get this bundle
Who This Bundle Is For
Mobile developers building applications for iOS and Android.
What's Included
MCP Servers
Filesystem — work with project files. Read, write, and navigate directory structure.
Memory — preserve project context between sessions.
Sentry — monitor crashes and errors in mobile applications.
Skills
Android ViewModel — MVVM architecture for Android.
Android Repository Pattern — repository pattern for data management.
Android Unit Test — unit testing for Android applications.
Android Retrofit Service — network communication via Retrofit.
Agents
Flutter Mobile App Dev — develop cross-platform applications with Flutter.
Mobile App Builder — create mobile applications from scratch.
App Store Optimizer — optimize for App Store and Google Play.
Debugger — debug and fix bugs.
How to Use
- Choose your platform (Flutter, Native, React Native)
- Design the architecture with Mobile App Builder
- Build functionality with Flutter/Android agents
- Test with the Unit Test skill
- Optimize ASO before publishing
Example Prompt
Create a Flutter widget for the profile screen:
- Avatar with photo change capability
- Editable fields: name, email, phone
- Save button with validation
- BLoC integration for state management
App Architecture
lib/
├── main.dart
├── app/
│ ├── app.dart
│ └── routes.dart
├── core/
│ ├── network/
│ ├── storage/
│ └── utils/
├── features/
│ ├── auth/
│ │ ├── data/
│ │ ├── domain/
│ │ └── presentation/
│ ├── home/
│ └── profile/
└── shared/
├── widgets/
└── theme/
Result
- Cross-platform application
- Clean architecture
- Test coverage
- Optimized app store listing
