Skip to main content
GitHub 저장소

flutter_base_structure

flutter_base_structure에는 phanbaohuy96에서 수집한 skills 17개가 있으며, 저장소 수준 직업 범위와 사이트 내 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