Flutter Architect

Guide Flutter Liquid Galaxy apps with feature-first architecture and Riverpod state management.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/DarpanBaviskar1/Flutter_Starter_Kit --skill flutter-architect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Flutter Architect
Source: https://github.com/DarpanBaviskar1/Flutter_Starter_Kit/tree/main/.agent/domains/flutter/flutter-architect
Command: npx skills add https://github.com/DarpanBaviskar1/Flutter_Starter_Kit --skill flutter-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Flutter LG development often lacks a cohesive, scalable architecture and ready-to-use templates, leading to boilerplate overhead and inconsistent patterns across projects.

Core Features & Use Cases

  • Feature-first architecture guidance for organizing lib structure by feature (ssh, kml, navigation) and shared utilities
  • Riverpod-based state management patterns with providers and notifiers
  • Production-ready templates for SSH service, LG service, and KML builders to accelerate LG controller development
  • Clear best practices for error handling, testing, and secure configuration management in Liquid Galaxy apps

Quick Start

Begin by studying the architecture principles, then implement a feature-first structure and scaffold the SSH/KML templates to bootstrap your first LG Flutter feature.

Frequently Asked Questions about Flutter Architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a Flutter app for Liquid Galaxy controller features?

Structure a Flutter Liquid Galaxy controller app using a feature-first folder organization, grouping code by features like SSH, KML, and navigation alongside shared utilities to ensure scalability and consistent patterns across projects.

What is the best way to manage state in a Flutter Liquid Galaxy app?

The best way to manage state in a Flutter Liquid Galaxy app is using Riverpod. This approach provides reliable providers and notifiers to handle SSH connections and KML data with robust error handling.

How do I implement SSH connectivity in a Flutter LG controller?

Implement SSH connectivity in a Flutter LG controller using production-ready SSH service templates. This enforces secure configuration management and reliable communication with the Liquid Galaxy Master node.

Can I use this architecture for KML management in Flutter?

Yes, you can use this architecture for KML management in Flutter. It provides production-ready KML builder templates to accelerate controller development and enforce consistent KML generation patterns.

Does this Flutter template enforce error handling and testing?

Yes, this Flutter template enforces error handling and testing. It provides clear best practices for secure configuration management and code quality through reusable production-ready templates.