Skip to main content
marcglasberg
Profil créateur GitHub

marcglasberg

Vue par dépôt de 72 skills collectés dans 2 dépôts GitHub.

skills collectés
72
dépôts
2
mis à jour
20 févr. 2026
explorateur de dépôts

Dépôts et skills représentatifs

asyncredux-dependency-injection
Développeurs de logiciels

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…

20 févr. 2026
asyncredux-base-action
Développeurs de logiciels

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.

29 janv. 2026
asyncredux-setup
Développeurs de logiciels

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

29 janv. 2026
asyncredux-abort-dispatch
Développeurs de logiciels

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.

29 janv. 2026
asyncredux-action-status
Développeurs de logiciels

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…

29 janv. 2026
asyncredux-actions-no-state-change
Développeurs de logiciels

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.

29 janv. 2026
asyncredux-async-actions
Développeurs de logiciels

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

29 janv. 2026
asyncredux-before-after
Développeurs de logiciels

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).

29 janv. 2026
Affichage de 8 skills collectés sur 36.
Affichage de 8 skills collectés sur 36.
2 dépôts affichés sur 2
Tous les dépôts sont affichés