en un clic
flutter-ecommerce
flutter-ecommerce contient 5 skills collectées depuis DangQuangSE, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Verify that all code changes adhere to the professor's grading criteria and Aptis App coding standards.
Generate a BLoC or Cubit for an existing feature using Dart 3 sealed classes and Equatable. Use when adding state management to a feature.
Scaffold a new Flutter feature with a full 3-layer Clean Architecture structure (data/domain/presentation). Use when creating a new e-commerce feature from scratch.
Audit a feature for Clean Architecture violations and produce a prioritized fix list. Use when generated code may have broken layer rules, missing use cases, or incorrect BLoC patterns.
Register all components of a feature in injection_container.dart following the correct factory vs singleton rules. Use after scaffolding a new feature or when DI registration is missing.