utopia_hooks 0.2.2+1 utopia_hooks: ^0.2.2+1 copied to clipboard
Utopia USS libs - basic and complex hooks (including SubmitState, ComputedState and supporting widgets)
0.2.2+1 #
- Update a dependency to the latest release.
0.2.2 #
- FEAT: add ComputedState.valueOrPreviousOrNull.
0.2.1+5 #
- FIX: fix memoization in useStreamSubscription.
0.2.1+4 #
- FIX: fix useAppLifecycleStateCallbacks.
- CHORE: publish packages.
- CHORE: publish packages.
0.2.1+3 #
- FIX: export flutter_hooks for import convenience.
0.2.1+2 #
- Update a dependency to the latest release.
0.2.1+1 #
- FIX: Add isMounted checks in ComputedState and SubmitState.
0.2.1 #
- FEAT: Add ComputedStateValue.mapValue.
0.2.0 #
Note: This release has breaking changes.
- BREAKING FEAT: Fix directory structure.
0.1.1+1 #
- FIX: improve import convenience.
- CHORE: publish packages.
- CHORE: publish packages.
0.1.1 #
- FEAT: update Reporter usages.
0.1.0 #
Note: This release has breaking changes.
- FIX: log unhandled exceptions in MutableComputedState.refresh.
- FIX: improve import convenience of SubmitStateExtensions.
- BREAKING FEAT: redesign ComputedState to use ComputedStateValue.
0.0.2 #
- FEAT: Initial commit.