Skip to main content

X-Hozmi/Flutter_Personal_Website

SkillsMP는 X-Hozmi/Flutter_Personal_Website에서 24개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
24
GitHub 스타
4
GitHub 포크
0

이 저장소의 skills

분류 대기 중

수집된 skill 24개 중 24개를 표시합니다.

직업 분류
미분류
설명

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 correct and regression-free.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Entrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or applications.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Collect coverage using the coverage packge and create an LCOV report

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Define and generate mock objects for external dependencies using `package:mockito` and `build_runner`. Use when unit testing classes that depend on complex external services like APIs or databases.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Workflow for fixing package version conflicts. Use this when `pub get` fails due to incompatible package versions.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Execute `dart analyze` to identify warnings and errors, and use `dart fix --apply` to automatically resolve mechanical lint issues. Use during development to ensure code quality and before committing changes.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Guides agents in compiling and packaging C/C++ source code into dynamic or static libraries (Code Assets) using Dart's Native Assets hook system (via hook/build.dart and hook/link.dart utilizing package:hooks and package:native_toolchain_c). Use when a user…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

How to inject external code examples into Dartdoc using the {@example} directive, and how to filter those files using #hide, #region, and #endregion tags.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Guide agents to use `package:ffigen` to automatically generate FFI bindings instead of writing them manually. Use this skill when a task involves writing new FFI bindings, extending C/Objective-C/Swift integrations, or replacing hand-crafted `dart:ffi` setups.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use switch expressions and pattern matching where appropriate

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Help users write syntactically and semantically correct primary constructors in Dart, and migrate/use the new constructor syntax, empty-body semicolon syntax, in-body initializer list syntax, and abbreviated concise constructor syntax.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Rules and formatting guidelines for writing Dart /// API documentation and doc comments. Use when documenting Dart code, writing doc comments for any Dart declaration (libraries, classes, methods, variables, etc.), or when instructed to follow the Effective…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing to a project, exploring UI components via MCP, or automating user flows with the integration_test package.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Adds interactive widget previews to the project using the previews.dart system. Use when creating new UI components or updating existing screens to ensure consistent design and interactive testing.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Implement a component-level test using `WidgetTester` to verify UI rendering and user interactions (tapping, scrolling, entering text). Use when validating that a specific widget displays correct data and responds to events as expected.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring for scalability.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use `LayoutBuilder`, `MediaQuery`, or `Expanded/Flexible` to create a layout that adapts to different screen sizes. Use when you need the UI to look good on both mobile and tablet/desktop form factors.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Fixes Flutter layout errors (overflows, unbounded constraints) using Dart and Flutter MCP tools. Use when addressing "RenderFlex overflowed", "Vertical viewport was given unbounded height", or similar layout issues.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Create model classes with `fromJson` and `toJson` methods using `dart:convert`. Use when manually mapping JSON keys to class properties for simple data structures.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Configure `MaterialApp.router` using a package like `go_router` for advanced URL-based navigation. Use when developing web applications or mobile apps that require specific deep linking and browser history support.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Add `flutter_localizations` and `intl` dependencies, enable "generate true" in `pubspec.yaml`, and create an `l10n.yaml` configuration file. Use when initializing localization support for a new Flutter project.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use the `http` package to execute GET, POST, PUT, or DELETE requests. Use when you need to fetch from or send data to a REST API.

원문 언어: 영어

업데이트
수집된 skill 24개 중 24개를 표시합니다.