flutter-style-port

Translate Flutter visual styles into React-compatible tokens and typography.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Scripsteam/scrips-stack --skill flutter-style-port
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: flutter-style-port
Source: https://github.com/Scripsteam/scrips-stack/tree/main/flutter-style-port
Command: npx skills add https://github.com/Scripsteam/scrips-stack --skill flutter-style-port

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Port Flutter visuals to React while preserving semantic meaning and token-based styling, avoiding raw hex values and font substitutions to maintain brand-consistent UI across platforms.

Core Features & Use Cases

  • Semantic color mapping from Flutter to Signal DS tokens, ensuring consistent tokens across surfaces.
  • Typography alignment and token-based sizing using Inter/Readex/JetBrains fonts per DS-017, with RTL support for Arabic.
  • Port workflow coverage: port screens, widgets, or whole views with parity checks and design-system compliance.

Quick Start

Port a Flutter screen to React by applying the token-based mapping and verifying parity.

Frequently Asked Questions about flutter-style-port

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I port Flutter visual styles to React without losing semantic meaning?▼

Port Flutter visual styles to React by mapping them to Signal DS tokens instead of raw hex values. This enforces token-based bindings and a fixed typographic scale to maintain semantic parity across platforms.

What is the best way to map Flutter colors to React design tokens?▼

The best way to map Flutter colors to React design tokens is through semantic color mapping to Signal DS tokens. This enforces token-based styling across surfaces, avoiding raw hex values to maintain brand consistency.

Does porting Flutter typography to React support RTL alignment for Arabic?▼

Porting Flutter typography to React supports RTL alignment for Arabic. The process applies token-based sizing using Inter, Readex, and JetBrains fonts per DS-017 standards while ensuring visual parity across platforms.

Can I port an entire Flutter screen to React with design system compliance?▼

You can port an entire Flutter screen to React with design system compliance by applying token-based mapping and verifying parity. The workflow covers screens, widgets, and whole views for accurate visual translation.

Why should I avoid raw hex values when converting Flutter UI to React?▼

Avoid raw hex values when converting Flutter UI to React to preserve semantic meaning and token-based styling. Using Signal DS tokens ensures brand-consistent UI and prevents arbitrary font substitutions across surfaces.