flutter-skill-mcp 0.4.2 → 0.4.3
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.
- package/README.md +19 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -262,7 +262,7 @@ flutter-skill launch /path/to/project
|
|
|
262
262
|
1. Add dependency:
|
|
263
263
|
```yaml
|
|
264
264
|
dependencies:
|
|
265
|
-
flutter_skill: ^0.4.
|
|
265
|
+
flutter_skill: ^0.4.3
|
|
266
266
|
```
|
|
267
267
|
|
|
268
268
|
2. Initialize in main.dart:
|
|
@@ -383,6 +383,24 @@ brew upgrade flutter-skill
|
|
|
383
383
|
|
|
384
384
|
---
|
|
385
385
|
|
|
386
|
+
## 📚 Documentation
|
|
387
|
+
|
|
388
|
+
### Core Documentation
|
|
389
|
+
- [Usage Guide](docs/USAGE_GUIDE.md) - Detailed usage instructions
|
|
390
|
+
- [Architecture](docs/ARCHITECTURE.md) - System architecture and communication flow
|
|
391
|
+
- [Troubleshooting](docs/TROUBLESHOOTING.md) - Common issues and solutions
|
|
392
|
+
- [Flutter 3.x Fix](docs/FLUTTER_3X_FIX.md) - Flutter 3.x compatibility guide
|
|
393
|
+
|
|
394
|
+
### Research & Deep Dives
|
|
395
|
+
- [DTD Protocol Research](docs/research/DTD_PROTOCOL_RESEARCH.md) - DTD vs VM Service analysis
|
|
396
|
+
- [Communication Flow](docs/COMMUNICATION_FLOW.md) - Complete communication flow examples
|
|
397
|
+
- [Protocol Details](docs/research/DTD_PROTOCOL_DETAILS.md) - DTD protocol specifications
|
|
398
|
+
|
|
399
|
+
### Release Notes
|
|
400
|
+
- [v0.3.2 Auto VM Service](docs/releases/v0.3.2_AUTO_VM_SERVICE.md) - Auto-configuration feature
|
|
401
|
+
|
|
402
|
+
---
|
|
403
|
+
|
|
386
404
|
## Links
|
|
387
405
|
|
|
388
406
|
- [GitHub](https://github.com/ai-dashboad/flutter-skill)
|