Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-mstore.faisalaffan.com/llms.txt

Use this file to discover all available pages before exploring further.

Frontend Overview (Flutter)

Flutter app dibangun dengan Flutter 3.22+ menggunakan Feature-First architecture.

🏗️ Architecture

lib/
├── core/          # Core functionality
├── features/      # Feature modules
└── shared/        # Shared widgets

🚀 Tech Stack

  • State Management: Riverpod
  • HTTP Client: Dio
  • Navigation: Go Router
  • Storage: Hive / Shared Preferences

📚 Next Steps

State Management

Riverpod patterns

API Client

HTTP client setup