Add custom error handling with catchError to a mix() call for logging, error conversion, or suppression
Idioma do texto original: inglês
Menu
O SkillsMP coletou 36 skills de marcglasberg/bloc_superpowers. Abra uma skill para revisar a origem e os detalhes.
Mostrando 36 de 36 skills coletadas.
Add custom error handling with catchError to a mix() call for logging, error conversion, or suppression
Idioma do texto original: inglês
Add internet connectivity checking before executing a Cubit method with optional retry
Idioma do texto original: inglês
Add debounce to delay method execution until after a period of inactivity for search or validation
Idioma do texto original: inglês
Add EffectQueue to state for triggering multiple sequential one-time UI effects
Idioma do texto original: inglês
Add Effect fields to state class for one-time UI notifications like snackbars, navigation, or form clearing
Idioma do texto original: inglês
Add error state handling to widgets using context.isFailed() and context.getException()
Idioma do texto original: inglês
Add freshness caching to prevent redundant method executions within a time period
Idioma do texto original: inglês
Add loading state tracking to widgets using context.isWaiting() for spinners and skeletons
Idioma do texto original: inglês
Add non-reentrant protection to prevent a Cubit method from running multiple times simultaneously
Idioma do texto original: inglês
Add optimisticCommand for blocking one-time actions with immediate UI updates and automatic rollback on failure
Idioma do texto original: inglês
Add optimistic sync updates for non-blocking operations where only the final value matters and rapid changes coalesce
Idioma do texto original: inglês
Add optimistic sync updates in apps with real-time push (like WebSocket etc) for non-blocking operations where only the final value matters and rapid changes coalesce
Idioma do texto original: inglês
Add automatic retry logic with exponential backoff to a Cubit method for transient failures
Idioma do texto original: inglês
Add sequential queue processing to ensure Cubit method calls execute one after another in order
Idioma do texto original: inglês
Add throttle rate limiting to prevent too-frequent method calls for refresh, scroll, or API limits
Idioma do texto original: inglês
Set global default values for RetryConfig, ThrottleConfig, DebounceConfig, and other bloc_superpowers configurations
Idioma do texto original: inglês
Add context.effectQueue() to widgets to consume and process queued effects in sequence
Idioma do texto original: inglês
Add context.effect() to widgets to consume and react to one-time effects from state
Idioma do texto original: inglês
Convert an existing Cubit to use mix() function, removing manual loading and error state management
Idioma do texto original: inglês
Create a new Cubit using mix() function for automatic loading and error state tracking
Idioma do texto original: inglês
Create a reusable MixConfig that bundles common mix() settings for consistent behavior across Cubits
Idioma do texto original: inglês
Create a callable MixPreset function that replaces mix() with preconfigured settings
Idioma do texto original: inglês
Load data with freshness caching pattern to skip redundant API calls when data is still fresh
Idioma do texto original: inglês
Implement pull-to-refresh with throttle to prevent refresh spam and handle pagination
Idioma do texto original: inglês
Convert BlocListener usage to Effect-based approach for clearer side effect handling
Idioma do texto original: inglês
Combine checkInternet with retry.unlimited for persistent loading of critical data until connection returns
Idioma do texto original: inglês
Implement search-as-you-type with debounce and loading states to avoid excessive API calls
Idioma do texto original: inglês
Add bloc_superpowers package to a Flutter project with Superpowers widget and error dialog configuration
Idioma do texto original: inglês
Configure Superpowers.globalCatchError for centralized error handling, logging, and error conversion
Idioma do texto original: inglês
Configure Superpowers.observer for performance tracking, analytics, and debugging of all mix() calls
Idioma do texto original: inglês
Set up proper test configuration for Cubits using bloc_superpowers with Superpowers.clear() and Completers
Idioma do texto original: inglês
Remove isLoading and errorMessage fields from state classes and use context.isWaiting() and context.isFailed() instead
Idioma do texto original: inglês
Test isFailed() and UserException handling to verify error states work correctly
Idioma do texto original: inglês
Test isWaiting() behavior using Completers to verify loading states work correctly
Idioma do texto original: inglês
Use Dart records as composite keys for per-item or per-parameter loading and error tracking
Idioma do texto original: inglês
Use Superpowers.setProp() and prop() for key-value storage with automatic cleanup on logout or test reset
Idioma do texto original: inglês