Skip to main content
مستودع GitHub

flutter_base_structure

يحتوي flutter_base_structure على 17 من skills المجمعة من phanbaohuy96، مع تغطية مهنية على مستوى المستودع وصفحات 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