flutter/agent-plugins

2.9kStars on the repository
33Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
BSD-3-ClauseLicence, which decides whether bodies are shown

flutter/agent-plugins

Skill Claude CodeCodex

Fixes Flutter layout errors (overflows, unbounded constraints) using Dart and Flutter MCP tools. Use when addressing "RenderFlex overflowed", "Vertical viewport was given unbounded height", or similar layout issues.

2.9k +4 4d ago A 50 tokens original BSD-3-Clause

flutter/agent-plugins

Skill Claude CodeCodex

Create model classes with fromJson and toJson methods using dart:convert. Use when manually mapping JSON keys to class properties for simple data structures.

2.9k +4 4d ago A 41 tokens original BSD-3-Clause

flutter/agent-plugins

Skill Claude CodeCodex

Configure MaterialApp.router using a package like gorouter for advanced URL-based navigation. Use when developing web applications or mobile apps that require specific deep linking and browser history support.

2.9k +4 4d ago A 46 tokens original BSD-3-Clause

flutter/agent-plugins

Skill Claude CodeCodex

Add flutterlocalizations and intl dependencies, enable "generate true" in pubspec.yaml, and create an l10n.yaml configuration file. Use when initializing localization support for a new Flutter project.

2.9k +4 4d ago A 52 tokens original BSD-3-Clause

flutter/agent-plugins

Skill Claude CodeCodex

Use the http package to execute GET, POST, PUT, or DELETE requests. Use when you need to fetch from or send data to a REST API.

2.9k +4 4d ago A 38 tokens original BSD-3-Clause