Skip to main content

marcglasberg/bloc_superpowers

SkillsMP hat 36 Skills aus marcglasberg/bloc_superpowers gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

Letzte erfasste Quellaktivität
SkillsMP-Katalog aktualisiert
gesammelte Skills
36
GitHub-Stars
7
GitHub-Forks
0

Skills in diesem Repository

Es werden 36 von 36 gesammelten Skills angezeigt.

Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Webentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Es werden 36 von 36 gesammelten Skills angezeigt.