Skip to main content
GitHub 仓库

flutter_base_structure

flutter_base_structure 收录了来自 phanbaohuy96 的 17 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
17
Stars
10
更新
2026-07-20
Forks
3
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

fl-behavioral-guardrails
软件开发工程师

Behavioral guidelines for Flutter base tasks: clarify ambiguity, keep changes simple and surgical, and define verifiable success criteria before coding.

2026-07-20
fl-module-scaffold
软件开发工程师

Scaffolds a new feature module under apps/main/lib/presentation/modules using the bundled module generator

2026-07-20
fl-reviewer
软件质量保证分析师与测试员

Reviews UI-layer changes — screens, blocs, widgets, routes — against the template's StateBase + CoreBlocBase + fl_theme conventions

2026-07-20
fl-ui-components
软件开发工程师

Awareness index of every reusable widget in fl_ui, fl_theme, fl_media, and core's common_widget — name, one-line purpose, when to reach for it instead of writing a new one

2026-07-20
fl-data-layer
软件开发工程师

Builds the data layer with Freezed DTOs, Retrofit clients, the storage-seam local data manager, and repositories wired through injectable

2026-07-03
fl-dependency-injection
软件开发工程师

Teaches and applies Flutter/Dart dependency injection with Injectable + GetIt, grounded in this repo's Clean Architecture and code generation conventions. Use when changing DI wiring, adding BLoCs/use cases/repositories/modules, using @Named/@preResolve/@factoryParam/env registrations, reviewing DI best practices, or setting up DI tests.

2026-07-03
fl-testing
软件质量保证分析师与测试员

Writes unit and widget tests for blocs, repositories, and screens using bloc_test + mocktail

2026-07-03
fl-bloc-pattern
软件开发工程师

Implements BLoC state management using CoreBlocBase, an abstract State hierarchy, and a freezed _StateData

2026-06-22
fl-bus-event
软件开发工程师

Handles cross-feature BusEvent communication with EventBusManager in the Flutter base template

2026-06-22
fl-code-generation
软件开发工程师

Runs build_runner across core, data_source, and apps/main via the makefile after edits to freezed/injectable/retrofit sources (and the optional Hive type adapters)

2026-06-22
fl-data-reviewer
软件质量保证分析师与测试员

Reviews data-layer changes — Freezed DTOs, Retrofit clients, the storage seam, optional hive_ce stores, and repositories — against the template's conventions

2026-06-22
fl-error-handling
软件开发工程师

Routes thrown errors through CoreBlocBase + CoreDelegate to StateBase's ErrorType-driven dialog/snackbar/login UI rather than a custom Failure type

2026-06-22
fl-extension-action
软件开发工程师

Extracts screen handlers and bloc listeners into a part-of "*.action.dart" extension file

2026-06-22
fl-localization
软件开发工程师

Adds and updates app strings through the CSV → ARB → generated localizations workflow

2026-06-22
fl-route-config
软件开发工程师

Configures routes with the IRoute / CustomRouter abstractions in core and exposes navigation via a BuildContext coordinator

2026-06-22
fl-theme-usage
软件开发工程师

Applies the fl_theme design system via context.themeColor and context.textTheme without hard-coded colors or Material text-style names

2026-06-22
fl-widget-preview
软件质量保证分析师与测试员

Creates and runs previews with Flutter's official Widget Previewer using `@Preview` from `package:flutter/widget_previews.dart`. Use when the user asks to preview, showcase, inspect, or smoke-test a Flutter widget in the Widget Previewer.

2026-06-22