Andrii avatar

Andrii

Community

@pro100andrey · Kharkiv, Urkaine

9Followers
|
19Public Repos
|
36Published Skills

Agent Skills by Andrii

Showing 36 vetted skills indexed across 1 GitHub repositories.

pro100andreypro100andrey

asyncredux-connector-pattern

Implement StoreConnector-based patterns linking AsyncRedux store state to Flutter UI widgets.

Community
Advanced
pro100andreypro100andrey

asyncredux-navigation

Dispatch AsyncRedux NavigateAction to drive route transitions in tests.

Community
Intermediate
pro100andreypro100andrey

asyncredux-dispatching-actions

Dispatch AsyncRedux actions from Flutter widgets and action flows.

Community
Advanced
pro100andreypro100andrey

asyncredux-persistence

Implement a custom Persistor for AsyncRedux state persistence in Flutter apps.

Community
Advanced
pro100andreypro100andrey

asyncredux-state-design

Define immutable AsyncRedux state classes with copy-on-write patterns for Dart.

Community
Advanced
pro100andreypro100andrey

asyncredux-error-handling

Implement wrapError, GlobalWrapError, and ErrorObserver for AsyncRedux error handling in Flutter.

Community
Advanced
pro100andreypro100andrey

asyncredux-state-access

Define typed BuildContext extensions for accessing Redux state in Flutter widgets.

Community
Intermediate
pro100andreypro100andrey

asyncredux-user-exceptions

Throw UserException from AsyncRedux actions to display user-facing errors.

Community
Advanced
pro100andreypro100andrey

asyncredux-base-action

Create a reusable base action class for AsyncRedux Flutter state management.

Community
Advanced
pro100andreypro100andrey

asyncredux-events

Implement one-time UI event handling in Flutter with AsyncRedux.

Community
Intermediate
pro100andreypro100andrey

asyncredux-observers

Configure AsyncRedux store observers for actions, state, errors, and widget rebuilds.

Community
Intermediate
pro100andreypro100andrey

asyncredux-sync-actions

Create synchronous Redux actions for Flutter that update AppState immediately.

Community
Intermediate
pro100andreypro100andrey

asyncredux-check-internet-mixin

Guard Flutter AppAction workflows with Asyncredux connectivity checks before execution.

Community
Advanced
pro100andreypro100andrey

asyncredux-retry-mixin

Retry failed reduce() actions with configurable exponential backoff.

Community
Advanced
pro100andreypro100andrey

asyncredux-dependency-injection

Automate dependency injection in AsyncRedux stores with typed accessors and factory-based provisioning.

Community
Advanced
pro100andreypro100andrey

asyncredux-testing-view-models

Test AsyncRedux view-models in isolation using Vm.createFrom() with a Store.

Community
Intermediate
pro100andreypro100andrey

asyncredux-selectors

Cache and reuse AsyncRedux selectors to avoid recomputations in Flutter apps.

Community
Advanced
pro100andreypro100andrey

asyncredux-setup

Bootstrap AsyncRedux configuration in Flutter apps with AppState and StoreProvider.

Community
Advanced
pro100andreypro100andrey

asyncredux-flutter-hooks

Integrate AsyncRedux with Flutter hooks for reactive state and actions.

Community
Advanced
pro100andreypro100andrey

asyncredux-throttle-mixin

Throttle repeated AppAction dispatches within a configurable time window.

Community
Intermediate
pro100andreypro100andrey

asyncredux-abort-dispatch

Abort AsyncRedux action dispatch when abortDispatch() returns true.

Community
Advanced
pro100andreypro100andrey

asyncredux-debounce-mixin

Debounce user input events to delay actions until typing pauses.

Community
Intermediate
pro100andreypro100andrey

asyncredux-async-actions

Generate AsyncRedux actions returning Future<AppState?> for Flutter async work.

Community
Advanced
pro100andreypro100andrey

asyncredux-action-status

Inspect AsyncRedux ActionStatus after dispatch to determine completion or failure.

Community
Intermediate