Skip to main content
marcglasberg
GitHub 제작자 프로필

marcglasberg

2개 GitHub 저장소에서 수집된 72개 skills를 저장소 단위로 보여줍니다.

수집된 skills
72
저장소
2
업데이트
2026년 2월 20일
저장소 탐색

저장소와 대표 skills

asyncredux-dependency-injection
소프트웨어 개발자

Inject dependencies into actions using the environment, dependencies, and configuration pattern. Covers creating an Environment enum, a Dependencies class, passing them to the Store, accessing them from actions and widgets, and using dependency injection for…

2026년 2월 20일
asyncredux-base-action
소프트웨어 개발자

Create a custom base action class for your app. Covers adding getter shortcuts to state parts, adding selector methods, implementing shared wrapError logic, and establishing project-wide action conventions.

2026년 1월 29일
asyncredux-setup
소프트웨어 개발자

Initialize, setup and configure AsyncRedux in a Flutter app. Use it whenever starting a new AsyncRedux project, or when the user requests.

2026년 1월 29일
asyncredux-abort-dispatch
소프트웨어 개발자

Stops an AsyncRedux (Flutter) action from dispatching. Use only when the user mentions abortDispatch(), or explicitly asks to abort or prevent dispatch under certain conditions.

2026년 1월 29일
asyncredux-action-status
소프트웨어 개발자

Checks an AsyncRedux (Flutter) action's completion status using ActionStatus right after the dispatch returns. Use only when you need to know whether an action completed, whether it failed with an error, what error it produced, or how to navigate based on…

2026년 1월 29일
asyncredux-actions-no-state-change
소프트웨어 개발자

Creates AsyncRedux (Flutter) actions that return null from reduce() to not change the state. Such actions can still do side effects, dispatch other actions, or do nothing.

2026년 1월 29일
asyncredux-async-actions
소프트웨어 개발자

Creates AsyncRedux (Flutter) asynchronous actions for API calls, database operations, and other async work.

2026년 1월 29일
asyncredux-before-after
소프트웨어 개발자

Implement action lifecycle methods `before()` and `after()`. Covers running precondition checks, showing/hiding modal barriers, cleanup logic in `after()`, and understanding that `after()` always runs (like a finally block).

2026년 1월 29일
수집된 skill 36개 중 8개를 표시합니다.
수집된 skill 36개 중 8개를 표시합니다.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다