Skip to content

Instantly share code, notes, and snippets.

@lukemmtt
lukemmtt / mcp_flutter_claude_code_integration.md
Last active August 1, 2025 14:31
Integrating mcp_flutter into Claude Code

Integrating mcp_flutter with Claude Code

Overview

MCP Flutter enables AI assistants like Claude Code to interact with Flutter applications in real-time, providing screenshot capture, error monitoring, hot reload integration, and direct app interaction.

Prerequisites:

  • Flutter SDK 3.0.0+
  • Claude Code CLI
  • MCP Flutter server built from source
@lukemmtt
lukemmtt / generate_windows_store_assets.py
Created March 7, 2025 06:19
Generate windows store assets and ICO
#!/usr/bin/env python3
import os
import sys
import subprocess
import io
import json
import math
from pathlib import Path
from PIL import Image, ImageDraw, ImageFilter