Back to catalog

Mobile Development

Complete stack for mobile development. Flutter, React Native, native development, and app store publishing.

Who This Stack Is For

For mobile developers building applications for iOS and Android.

What's Included

MCP Servers

Filesystem — work with project files. Reading, writing, navigating the structure.

Memory — preserving project context between sessions.

Sentry — monitoring 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 Android applications.

Android Retrofit Service — network operations via Retrofit.

Agents

Flutter Mobile App Dev — developing cross-platform applications with Flutter.

Mobile App Builder — creating mobile applications from scratch.

App Store Optimizer — optimization for App Store and Google Play.

Debugger — debugging and bug fixes.

How to Use

  1. Choose a platform (Flutter, Native, React Native)
  2. Design the architecture with Mobile App Builder
  3. Develop features with Flutter/Android agents
  4. Test with the Unit Test skill
  5. Optimize ASO before publishing

Example Prompt

Create a Flutter widget for a profile screen:
- Avatar with photo change capability
- Editable fields: name, email, phone
- Save button with validation
- BLoC integration for state management

Application Architecture

lib/
├── main.dart
├── app/
│   ├── app.dart
│   └── routes.dart
├── core/
│   ├── network/
│   ├── storage/
│   └── utils/
├── features/
│   ├── auth/
│   │   ├── data/
│   │   ├── domain/
│   │   └── presentation/
│   ├── home/
│   └── profile/
└── shared/
    ├── widgets/
    └── theme/

Results

  • Cross-platform application
  • Clean architecture
  • Test coverage
  • Optimized app store listings

Comments (0)

Sign In Sign in to leave a comment.