@thiennc/flutter-skills 0.5.1 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # Flutter Skills
2
2
 
3
- [![Agent Skills](https://img.shields.io/badge/Agent%20Skills-36-2ea44f)](skills/)
3
+ [![Agent Skills](https://img.shields.io/badge/Agent%20Skills-37-2ea44f)](skills/)
4
4
  [![Validation](https://github.com/thiennc-tesoglobal/flutter-skills/actions/workflows/validate-repository.yml/badge.svg)](https://github.com/thiennc-tesoglobal/flutter-skills/actions/workflows/validate-repository.yml)
5
5
  [![License](https://img.shields.io/badge/License-BSD--3--Clause-blue)](LICENSE)
6
6
 
7
- 36 package-neutral Agent Skills for building, reviewing, testing, and shipping Flutter and Dart projects.
7
+ 37 package-neutral Agent Skills for building, reviewing, testing, and shipping Flutter and Dart projects.
8
8
 
9
9
  The skills help coding agents choose the right workflow, preserve the project's existing architecture and packages, and verify changes with evidence.
10
10
 
@@ -66,7 +66,7 @@ For broader work, start with `$flutter-app-workflow`. Agents load only the selec
66
66
  | Workflow | `flutter-app-workflow`, `flutter-dependency-upgrades`, `flutter-build-release`, `flutter-ci-cd`, `flutter-device-testing` |
67
67
  | Dart | `dart-language`, `dart-concurrency` |
68
68
  | Architecture | `flutter-architecture`, `flutter-state-management` |
69
- | UI | `flutter-ui-design`, `flutter-figma-workflow`, `flutter-visual-effects`, `flutter-ui-patterns`, `flutter-responsive-layout`, `flutter-animation`, `flutter-navigation` |
69
+ | UI | `flutter-ui-design`, `flutter-figma-workflow`, `flutter-visual-effects`, `flutter-ui-patterns`, `flutter-responsive-layout`, `flutter-text-rendering`, `flutter-animation`, `flutter-navigation` |
70
70
  | Data & AI | `flutter-networking`, `flutter-openapi-client`, `flutter-persistence`, `flutter-ai-integration` |
71
71
  | Identity & product | `flutter-authentication`, `flutter-in-app-purchases`, `flutter-product-analytics` |
72
72
  | Quality | `flutter-code-review`, `flutter-security`, `flutter-testing`, `flutter-runtime-debugging`, `flutter-performance`, `flutter-observability`, `flutter-accessibility`, `flutter-localization` |
@@ -74,7 +74,7 @@ For broader work, start with `$flutter-app-workflow`. Agents load only the selec
74
74
 
75
75
  ## Quality
76
76
 
77
- The catalog contains **36 skills**, **165 behavior-focused evaluation cases**, and **57 cross-catalog routing cases**. See [benchmarks](benchmarks/README.md) for measured examples and [CONTRIBUTING.md](CONTRIBUTING.md) for validation and contribution rules.
77
+ The catalog contains **37 skills**, **175 behavior-focused evaluation cases**, and **65 cross-catalog routing cases**. See [benchmarks](benchmarks/README.md) for measured examples and [CONTRIBUTING.md](CONTRIBUTING.md) for validation and contribution rules.
78
78
 
79
79
  ## License
80
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thiennc/flutter-skills",
3
- "version": "0.5.1",
3
+ "version": "0.7.0",
4
4
  "description": "Install the Flutter Skills collection with one command.",
5
5
  "type": "module",
6
6
  "bin": {