flutter-environment-setup-macos

द्वारा flutter

macOS पर Flutter विकास वातावरण की स्वचालित सेटअप, निर्भरता सत्यापन और डायग्नोस्टिक सुधार के साथ। Flutter इंस्टॉलेशन, Xcode की उपलब्धता और CocoaPods की मौजूदगी की पुष्टि करता है; यदि कोई पूर्वापेक्षा गायब है तो स्पष्ट निर्देशों के साथ रुक जाता है। Xcode कमांड-लाइन टूल कॉन्फ़िगरेशन और आवश्यक sudo कमांड के साथ लाइसेंस स्वीकृति में उपयोगकर्ता का मार्गदर्शन करता है। शेष टूलचेन समस्याओं की पहचान और समाधान

npx skills add https://github.com/flutter/skills --skill flutter-environment-setup-macos

flutter की और Skills

adding-release-notes
flutter
उपयोगकर्ता-सामना करने वाले परिवर्तन विवरणों को DevTools रिलीज़ नोट्स में जोड़ता है। NEXT_RELEASE_NOTES.md फ़ाइल में सुधार, सुधार या नई सुविधाओं का दस्तावेज़ीकरण करते समय उपयोग करें।
official
dart-modern-features
flutter
आधुनिकीकरण के लिए उम्मीदवार खोजने हेतु:
official
api-review
flutter
निर्दिष्ट कोड की विहित API डिज़ाइन दिशानिर्देशों के अनुसार समीक्षा करता है। इस कौशल का उपयोग तब करें जब उपयोगकर्ता API समीक्षा के लिए पूछे या API डिज़ाइन के अनुसार कोड की जाँच करने के लिए…
official
code-documentation
flutter
Guide for writing effective code documentation, including docstrings, JSDoc, dartdoc, and implementation comments. Use this skill when writing new code, adding…
official
dart-add-unit-test
flutter
Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains…
official
dart-build-cli-app
flutter
Entrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or applications.
official
dart-collect-coverage
flutter
कवरेज पैकेज का उपयोग करके कवरेज एकत्र करें और एक LCOV रिपोर्ट बनाएं
official
dart-fix-runtime-errors
flutter
Uses get_runtime_errors and lsp to fetch an active stack trace, locate the failing line, apply a fix, and verify resolution via hot_reload.
official