Andrii
Community@pro100andrey · Kharkiv, Urkaine
Agent Skills by Andrii
Showing 36 vetted skills indexed across 1 GitHub repositories.
asyncredux-connector-pattern
Implement StoreConnector-based patterns linking AsyncRedux store state to Flutter UI widgets.
asyncredux-navigation
Dispatch AsyncRedux NavigateAction to drive route transitions in tests.
asyncredux-dispatching-actions
Dispatch AsyncRedux actions from Flutter widgets and action flows.
asyncredux-persistence
Implement a custom Persistor for AsyncRedux state persistence in Flutter apps.
asyncredux-state-design
Define immutable AsyncRedux state classes with copy-on-write patterns for Dart.
asyncredux-error-handling
Implement wrapError, GlobalWrapError, and ErrorObserver for AsyncRedux error handling in Flutter.
asyncredux-state-access
Define typed BuildContext extensions for accessing Redux state in Flutter widgets.
asyncredux-user-exceptions
Throw UserException from AsyncRedux actions to display user-facing errors.
asyncredux-base-action
Create a reusable base action class for AsyncRedux Flutter state management.
asyncredux-events
Implement one-time UI event handling in Flutter with AsyncRedux.
asyncredux-observers
Configure AsyncRedux store observers for actions, state, errors, and widget rebuilds.
asyncredux-sync-actions
Create synchronous Redux actions for Flutter that update AppState immediately.
asyncredux-check-internet-mixin
Guard Flutter AppAction workflows with Asyncredux connectivity checks before execution.
asyncredux-retry-mixin
Retry failed reduce() actions with configurable exponential backoff.
asyncredux-dependency-injection
Automate dependency injection in AsyncRedux stores with typed accessors and factory-based provisioning.
asyncredux-testing-view-models
Test AsyncRedux view-models in isolation using Vm.createFrom() with a Store.
asyncredux-selectors
Cache and reuse AsyncRedux selectors to avoid recomputations in Flutter apps.
asyncredux-setup
Bootstrap AsyncRedux configuration in Flutter apps with AppState and StoreProvider.
asyncredux-flutter-hooks
Integrate AsyncRedux with Flutter hooks for reactive state and actions.
asyncredux-throttle-mixin
Throttle repeated AppAction dispatches within a configurable time window.
asyncredux-abort-dispatch
Abort AsyncRedux action dispatch when abortDispatch() returns true.
asyncredux-debounce-mixin
Debounce user input events to delay actions until typing pauses.
asyncredux-async-actions
Generate AsyncRedux actions returning Future<AppState?> for Flutter async work.
asyncredux-action-status
Inspect AsyncRedux ActionStatus after dispatch to determine completion or failure.