Dart/Flutter utilities.
| Tool | Description | Updated at |
|---|---|---|
| json | Type-safe JSON parsing with path traversal (user.profile.name) |
26.07.02 |
| copy | copyWith that can set nullable fields to null |
26.07.02 |
| http_middleware | Middleware chain for http with SWR caching, dedup, retry, circuit breaker |
26.07.02 |
Personal marketplace of Claude Code plugins covering Dart/Flutter workflows.
| Plugin | Description | Updated at |
|---|---|---|
| dart-latest | Dart releases newer than model knowledge (3.12-3.13), version-gated | 26.08.14 |
| flutter-latest | Flutter new-APIs catalogs + version-spanning migration (3.44-3.47) | 26.08.14 |
| http-middleware | Usage guide for the http_middleware package (SWR, dedup, retry, breaker) | 26.07.02 |
| copy | Usage guide for the copy package (nullable copyWith, Flutter interop) | 26.07.02 |
| json | Usage guide for the json package (typed access, path traversal, listOf) | 26.07.02 |
| scope-architecture | Scope pattern skill + scaffold/review agents (successor of scope_generator) | 26.07.02 |
Maintenance conventions for the *-latest plugins live in the project skill .claude/skills/maintain-latest-skills - it loads automatically when updating them in this repo.
Install in a Claude Code session:
/plugin marketplace add Tembeon/tem_tools
/plugin install flutter-latest@tem-tools