flutter-theming-apps

Global styling and adaptive design patterns for Flutter apps using Material 3 theming.

flutter ↓ 9.6k
Claude Code
View source ↗

What it does

  • Core Theming Concepts
  • Material 3 Guidelines
  • Component Theme Normalization
  • Button Styling
  • Platform Idioms & Adaptive Design
  • Define app-wide themes using the theme property of MaterialApp with a ThemeData instance.
  • Override themes for specific widget subtrees by wrapping them in a Theme widget and using Theme.of(context).copyWith(...).

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Global styling and adaptive design patterns for Flutter apps using Material 3 theming.

Source

Repository: https://github.com/flutter/skills

flutter-theming-apps FAQ

What does the flutter-theming-apps skill do?

Customizes the visual appearance of a Flutter app using the theming system. Use when defining global styles, colors, or typography for an application. Core Theming Concepts Material 3 Guidelines

How do I install flutter-theming-apps?

Run: npx -y skills add https://github.com/flutter/skills --skill flutter-theming-apps --agent claude-code — the source lives at github.com/flutter/skills.

Maintain flutter-theming-apps?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

flutter-theming-apps on getagentictools
[![flutter-theming-apps on getagentictools](https://getagentictools.com/badge/skills/flutter-skills-flutter-theming-apps.svg)](https://getagentictools.com/skills/flutter-skills-flutter-theming-apps?ref=badge)
npx agentictools info skills/flutter-skills-flutter-theming-apps

The second line is the CLI lookup for this page — handy in READMEs and docs.