dtussupbayev
- 4 skills
- 0 followers
- 1 day ago last updated
- ▌ Dart Comments · dtussupbayevUse when writing, changing, or reviewing documentation comments, inline comments, TODOs, or FIXMEs in Dart and Flutter source code.
- ▌ Flutter Bloc Naming · dtussupbayevNaming conventions for events, states, and handlers in flutter_bloc with freezed. Use when adding or renaming BLoC events, state variants, or event handlers.
- ▌ Flutter Reusable Widgets · dtussupbayevHow to make a reusable Flutter widget context-agnostic so it does not break the layout under some parents. Use when authoring or refactoring a shared / library widget, or when debugging layout errors like `Incorrect use of ParentDataWidget`, `RenderFlex children have non-zero flex but incoming constraints are unbounded`, `Vertical viewport was given unbounded height`, or `BoxConstraints forces an infinite width/height`.
- ▌ Flutter Bloc One Shot Effects · dtussupbayev bundleUse when a flutter_bloc flow drives a SnackBar, dialog, navigation, or haptics and the same outcome can repeat, a BlocListener can remount, or async work can finish out of order.