Skip to main content
Repositório GitHub

flutter_base_structure

flutter_base_structure contém 17 skills coletadas de phanbaohuy96, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
17
Stars
10
atualizado
2026-07-20
Forks
3
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

fl-behavioral-guardrails
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-07-20
fl-reviewer
Analistas de garantia de qualidade de software e testadores

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

2026-07-20
fl-ui-components
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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

2026-07-03
fl-bloc-pattern
Desenvolvedores de software

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

2026-06-22
fl-bus-event
Desenvolvedores de software

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

2026-06-22
fl-code-generation
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-06-22
fl-localization
Desenvolvedores de software

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

2026-06-22
fl-route-config
Desenvolvedores de software

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

2026-06-22
fl-theme-usage
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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