Skip to main content
Back to the directory
flutter/skillsSoftware EngineeringFrontend and Design

flutter-theming

Migrate Flutter apps from Material 2 to Material 3 with automated component and theme updates.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/flutter/skills --skill flutter-theming
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, flutter-theming has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: flutter/skills. Canonical URL: https://skills.sh/flutter/skills/flutter-theming.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Migrate Flutter apps from Material 2 to Material 3 with automated component and theme updates. Updates and manages Flutter application styling by migrating legacy Material 2 implementations to Material 3, normalizing component themes, updating deprecated button classes, and adapting UI idioms for cross-platform consistency. Assumes a Flutter environment using Dart. Analyze Current Theme State Review the existing Flutter codebase to identify legacy Material 2 components, deprecated button classes ( FlatButton , RaisedButton , OutlineButton ), and outdated theme properties (e.g., accentColor , color in AppBarTheme ). STOP AND ASK THE USER: "What is the primary seed color for the new Material 3 ColorScheme, and which target platforms (iOS, Android, Windows, macOS, Linux, Web) should be prioritized for platform idioms?" Decision Logic: Component Migration When encountering legacy widgets, use the following decision tree to determine the replacement: Implement App-Wide Material 3 Theme Define the global ThemeData using ColorScheme.fromSeed . Ensure useMaterial3 is implicitly or explicitly true. Remove all references to deprecated accent properties ( accentColor , accentColorBrightness , accentTextTheme , accentIconTheme ). Normalize Component Themes Update all component theme definitions in ThemeData to use their *ThemeData equivalents.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does flutter-theming do?

Migrate Flutter apps from Material 2 to Material 3 with automated component and theme updates.

Is flutter-theming good?

flutter-theming does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support flutter-theming?

flutter-theming currently lists compatibility with Skills CLI.

Is flutter-theming safe to install?

flutter-theming has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to flutter-theming?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install flutter-theming?

Run the following command to install flutter-theming: npx skills add https://github.com/flutter/skills --skill flutter-theming

Related skills

More from flutter/skills

Related skills

Alternatives in Software Engineering