-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
33 lines (29 loc) · 1.09 KB
/
Copy pathpubspec.yaml
File metadata and controls
33 lines (29 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: fluttersdk_wind_diagnostics_contracts
description: "Wind UI widget state contracts for Flutter debug-tooling and AI agents (MCP). Zero-dep abstract interface implemented in fluttersdk_wind, consumed in fluttersdk_dusk."
version: 1.0.0
homepage: https://fluttersdk.com/wind
repository: https://github.com/fluttersdk/wind_diagnostics_contracts
issue_tracker: https://github.com/fluttersdk/wind_diagnostics_contracts/issues
documentation: https://fluttersdk.com/wind/diagnostics_contracts
# pub.dev search topics (max 5, lowercase + hyphens, regex ^[a-z][a-z0-9-]{0,31}$).
# Drives tag-based discovery on https://pub.dev/packages?q=topic%3A<topic>.
# Selected for 2025-2026 search intent: MCP-driven Flutter testing (mcp-server,
# ai-agents, flutter-testing) + Wind-ecosystem cluster (wind) + precise audience
# (debug-tooling).
topics:
- wind
- mcp-server
- ai-agents
- flutter-testing
- debug-tooling
environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.27.0"
dependencies:
flutter:
sdk: flutter
meta: ^1.16.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0