utopia_hooks 0.2.6
utopia_hooks: ^0.2.6 copied to clipboard
Utopia USS libs - basic and complex hooks (including SubmitState, ComputedState and supporting widgets)
0.2.6 #
- FEAT: add keepInProgress parameter to ComputedStateWrappers.
0.2.5+2 #
- FIX: Fix memoization issue in StatelessTextControllerWrapper.
- CHORE: publish packages.
0.2.5+1 #
- FIX: export IList variants of ComputedStateWrapper's.
0.2.5 #
- FEAT: add IList variants of ComputedStateWrapper's.
0.2.4+5 #
- Update a dependency to the latest release.
0.2.4+4 #
- Update a dependency to the latest release.
0.2.4+3 #
- Update a dependency to the latest release.
0.2.4+2 #
- Update a dependency to the latest release.
0.2.4+1 #
- FIX: relax async package version constraint.
0.2.4 #
- FEAT: create SubmitState.combine.
0.2.3+1 #
- Update a dependency to the latest release.
0.2.3 #
- FEAT: add [Refreshable]ComputedStateWrapper.
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.