flutter-sdk-changelog

flutter-sdk-changelog is a skill for Claude Code, Codex from RandalSchwartz/dart-sdk-skills. It costs 186 tokens per session (2,024 once invoked), scanned A, original, MIT.

A reference guide for Flutter framework releases, deprecated widgets, replacement APIs, and Material 3 migrations. Flutter is a toolkit for building applications from one codebase.

In plain words
What is it for?
Use it when checking what changed in a Flutter release, replacing deprecated widgets or methods, or updating an older Flutter application.
Why use it?
It helps identify outdated Flutter code and the modern APIs that replace it across framework versions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when checking what changed in a Flutter release, replacing deprecated widgets or methods, or updating an older Flutter application.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/randalschwartz/dart-sdk-skills/flutter-sdk-changelog
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add RandalSchwartz/dart-sdk-skills --skill flutter-sdk-changelog
Clone the repo
git clone --depth 1 https://github.com/RandalSchwartz/dart-sdk-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for flutter-sdk-changelog

README.md
[![agentmods](https://agentmods.dev/badge/skills/randalschwartz/dart-sdk-skills/flutter-sdk-changelog/github.svg)](https://agentmods.dev/skills/randalschwartz/dart-sdk-skills/flutter-sdk-changelog)
Your own site
<a href="https://agentmods.dev/skills/randalschwartz/dart-sdk-skills/flutter-sdk-changelog"><img src="https://agentmods.dev/badge/skills/randalschwartz/dart-sdk-skills/flutter-sdk-changelog/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for flutter-sdk-changelog

Your own site · 80×15
<a href="https://agentmods.dev/skills/randalschwartz/dart-sdk-skills/flutter-sdk-changelog"><img src="https://agentmods.dev/badge/skills/randalschwartz/dart-sdk-skills/flutter-sdk-changelog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 186 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,024 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00186 $0.02024
Opus 5 $0.00093 $0.01012
Sonnet 5 $0.00037 $0.00405
Haiku 4.5 $0.00019 $0.00202

Measured 8d ago against content hash fa5f7a6bb2bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

flutter-sdk-changelog scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/flutter-sdk-changelog/SKILL.md · 99 lines

How it starts

The opening of the file, as written. The whole thing — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Flutter SDK Changelog & Widget Migration Guide (Flutter 1.0 to Modern Flutter)

This skill provides an authoritative, structured reference for Flutter framework releases, widget deprecations, API replacements, Material 3 design migrations, the decoupling of standalone material_ui and cupertino_ui packages, and legacy Flutter codebase rescue runbooks.


🎯 Fast Flutter Widget & API Replacement Matrix

Deprecated / Obsolete API Introduced / Deprecated In Modern Replacement Reference
Color.withOpacity(o) Deprecated in Flutter 3.22 Color.withValues(alpha: o) Widget Deprecations
MaterialState / MaterialStateProperty Deprecated in Flutter 3.22 WidgetState / WidgetStateProperty Widget Deprecations
WillPopScope Deprecated in Flutter 3.12+ PopScope(canPop: ..., onPopInvokedWithResult: ...) Widget Deprecations
FlatButton, RaisedButton, OutlineButton Deprecated in Flutter 2.0 TextButton, ElevatedButton, OutlinedButton Widget Deprecations
TextTheme.headline1...6, bodyText1/2 Deprecated in Flutter 3.7+ displayLarge...small, bodyLarge/Medium Widget Deprecations
ThemeData.accentColor Deprecated in Flutter 2.5+ ColorScheme.secondary Widget Deprecations
Scaffold.of(context).showSnackBar() Deprecated in Flutter 2.0 ScaffoldMessenger.of(context).showSnackBar() Widget Deprecations
package:flutter/material.dart Monolithic Flutter SDK package:material_ui/material_ui.dart Material & Cupertino Migration
package:flutter/cupertino.dart Monolithic Flutter SDK package:cupertino_ui/cupertino_ui.dart Material & Cupertino Migration
BottomNavigationBar Legacy M2 Navigation NavigationBar (Material 3) Material 3 Guide
ToggleButtons Legacy M2 Toggle SegmentedButton<T> (Material 3) Material 3 Guide
PopupMenuButton Legacy popup menu MenuAnchor / SubmenuButton Material 3 Guide

Read the full file on GitHub · 99 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago Changed · +15 lines · +67 tokens per session fa5f7a6bb2bc
  2. 12d ago First seen · 84 lines · 119 tokens per session scan A 48149478a026

Subscribe to this mod's changes

flutter-sdk-changelog is a skill published in the GitHub repository RandalSchwartz/dart-sdk-skills (29 stars, last pushed 10d ago), licensed MIT. It adds 186 tokens to every session and 2,024 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

flutter-pre-caching

Use when preloading fonts, asset/network images, Lottie/Rive animations, local JSON/config, warming initial API data, or optimizing Flutter Web startup.

evanca/flutter-ai-rules · 36 tokens

bloc

Use when creating a Cubit or Bloc, modeling state with sealed classes or status enums, wiring BlocBuilder/BlocListener/BlocProvider, writing bloc tests, or choosing between Cubit and Bloc.

evanca/flutter-ai-rules · 42 tokens

firebase-messaging

Use when setting up Firebase Cloud Messaging, managing permissions and tokens, handling background/foreground notification taps, or dispatching messages server-side (HTTP v1).

evanca/flutter-ai-rules · 35 tokens

generate-images-with-firebase-ai

Use when generating or editing images from Flutter/Dart with Firebase AI Logic and a Gemini image model (Nano Banana), making the first call work, choosing Gemini Developer API vs Vertex AI, hitting quota, billing or App Check failures, getting empty or image-only responses, sending a user photo as input, controlling…

evanca/flutter-ai-rules · 84 tokens

firebase-app-check

Use when implementing app attestation, configuring App Check providers, setting up debug tokens, enabling backend enforcement, or managing token refresh.

evanca/flutter-ai-rules · 30 tokens

firebase-database

Use when syncing real-time data, structuring JSON trees, reading/writing, creating listeners, enabling offline persistence, managing presence, sharding, or writing security rules.

evanca/flutter-ai-rules · 38 tokens