Update Design Tokens

Sync color design tokens from the GetStream/design-system-tokens repo into stream_core_flutter, and assess what an upstream token change means for this package. Use whenever a design-system-tokens PR or commit needs reviewing ("what does this token PR do to us?", "assess the impact of this change"), whenever a color value or a new semantic token has to land in `theme/primitives/internal/tokens/`, whenever a new `StreamColorScheme` field is being added or wired up, and whenever someone asks where a color comes from or why a token resolves the way it does. Covers tracing the blast radius into the consuming SDKs (stream-chat-flutter for chat tokens, stream-video-flutter for video), where the derived values actually live. Also use before hard-coding any `Color(0x...)` in this package — the answer is almost always a token or a colorScheme field instead.

getstream d2715f8 4 files · 35.4 KB Updated

File contents

getstream/stream-core-flutter/tree/main/.claude/skills/update-design-tokens commit d2715f8bdc

Frequently asked questions

npx skillmds@latest add getstream/update-design-tokens