flutter
Installation
SKILL.md
Flutter — Cross-Platform UI Framework
Overview
Flutter, Google's UI toolkit for building natively compiled applications for mobile, web, and desktop from a single Dart codebase. Helps developers build performant cross-platform apps with custom widgets, state management, platform channels, and production deployment.
Instructions
Project Setup
# Install Flutter
# macOS
brew install flutter
# Verify installation
Related skills