Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

bloc_superpowers

bloc_superpowers contient 36 skills collectées depuis marcglasberg, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
36
Stars
7
mis à jour
2026-01-29
Forks
0
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

add-catch-error
Développeurs de logiciels

Add custom error handling with catchError to a mix() call for logging, error conversion, or suppression

2026-01-29
add-check-internet
Développeurs de logiciels

Add internet connectivity checking before executing a Cubit method with optional retry

2026-01-29
add-debounce
Développeurs de logiciels

Add debounce to delay method execution until after a period of inactivity for search or validation

2026-01-29
add-effect-queue
Développeurs de logiciels

Add EffectQueue to state for triggering multiple sequential one-time UI effects

2026-01-29
add-effect
Développeurs de logiciels

Add Effect fields to state class for one-time UI notifications like snackbars, navigation, or form clearing

2026-01-29
add-error-display
Développeurs web

Add error state handling to widgets using context.isFailed() and context.getException()

2026-01-29
add-fresh
Développeurs de logiciels

Add freshness caching to prevent redundant method executions within a time period

2026-01-29
add-loading-indicator
Développeurs de logiciels

Add loading state tracking to widgets using context.isWaiting() for spinners and skeletons

2026-01-29
add-non-reentrant
Développeurs de logiciels

Add non-reentrant protection to prevent a Cubit method from running multiple times simultaneously

2026-01-29
add-optimistic-command
Développeurs de logiciels

Add optimisticCommand for blocking one-time actions with immediate UI updates and automatic rollback on failure

2026-01-29
add-optimistic-sync
Développeurs de logiciels

Add optimistic sync updates for non-blocking operations where only the final value matters and rapid changes coalesce

2026-01-29
add-optimistic-sync-with-push
Développeurs de logiciels

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

2026-01-29
add-retry
Développeurs de logiciels

Add automatic retry logic with exponential backoff to a Cubit method for transient failures

2026-01-29
add-sequential
Développeurs de logiciels

Add sequential queue processing to ensure Cubit method calls execute one after another in order

2026-01-29
add-throttle
Développeurs de logiciels

Add throttle rate limiting to prevent too-frequent method calls for refresh, scroll, or API limits

2026-01-29
configure-global-defaults
Développeurs de logiciels

Set global default values for RetryConfig, ThrottleConfig, DebounceConfig, and other bloc_superpowers configurations

2026-01-29
consume-effect-queue
Développeurs de logiciels

Add context.effectQueue() to widgets to consume and process queued effects in sequence

2026-01-29
consume-effect
Développeurs de logiciels

Add context.effect() to widgets to consume and react to one-time effects from state

2026-01-29
convert-cubit
Développeurs de logiciels

Convert an existing Cubit to use mix() function, removing manual loading and error state management

2026-01-29
create-cubit
Développeurs de logiciels

Create a new Cubit using mix() function for automatic loading and error state tracking

2026-01-29
create-mix-config
Développeurs de logiciels

Create a reusable MixConfig that bundles common mix() settings for consistent behavior across Cubits

2026-01-29
create-mix-preset
Développeurs de logiciels

Create a callable MixPreset function that replaces mix() with preconfigured settings

2026-01-29
load-with-freshness
Développeurs de logiciels

Load data with freshness caching pattern to skip redundant API calls when data is still fresh

2026-01-29
refresh-with-throttle
Développeurs de logiciels

Implement pull-to-refresh with throttle to prevent refresh spam and handle pagination

2026-01-29
replace-bloc-listener
Développeurs de logiciels

Convert BlocListener usage to Effect-based approach for clearer side effect handling

2026-01-29
retry-until-internet
Développeurs de logiciels

Combine checkInternet with retry.unlimited for persistent loading of critical data until connection returns

2026-01-29
search-with-debounce
Développeurs de logiciels

Implement search-as-you-type with debounce and loading states to avoid excessive API calls

2026-01-29
setup-bloc-superpowers
Développeurs de logiciels

Add bloc_superpowers package to a Flutter project with Superpowers widget and error dialog configuration

2026-01-29
setup-global-catch-error
Développeurs de logiciels

Configure Superpowers.globalCatchError for centralized error handling, logging, and error conversion

2026-01-29
setup-observer
Développeurs de logiciels

Configure Superpowers.observer for performance tracking, analytics, and debugging of all mix() calls

2026-01-29
setup-test
Analystes en assurance qualité des logiciels et testeurs

Set up proper test configuration for Cubits using bloc_superpowers with Superpowers.clear() and Completers

2026-01-29
simplify-state
Développeurs de logiciels

Remove isLoading and errorMessage fields from state classes and use context.isWaiting() and context.isFailed() instead

2026-01-29
test-error-state
Analystes en assurance qualité des logiciels et testeurs

Test isFailed() and UserException handling to verify error states work correctly

2026-01-29
test-loading-state
Analystes en assurance qualité des logiciels et testeurs

Test isWaiting() behavior using Completers to verify loading states work correctly

2026-01-29
use-composite-key
Développeurs de logiciels

Use Dart records as composite keys for per-item or per-parameter loading and error tracking

2026-01-29
use-props
Développeurs de logiciels

Use Superpowers.setProp() and prop() for key-value storage with automatic cleanup on logout or test reset

2026-01-29