Skip to main content

marcglasberg/bloc_superpowers

SkillsMP は marcglasberg/bloc_superpowers から 36 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
36
GitHub スター
7
GitHub フォーク
0

このリポジトリの skills

収集済み skill 36 件中 36 件を表示しています。

職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
収集済み skill 36 件中 36 件を表示しています。