utopia_hooks 0.3.2+1 utopia_hooks: ^0.3.2+1 copied to clipboard
Utopia USS libs - basic and complex hooks (including SubmitState, ComputedState and supporting widgets)
0.3.2+1 #
- FIX: ensure isMounted in useSubmitState.
0.3.2 #
- FIX: Add documentation.
- FEAT: Update Flutter to 3.0.0.
- FEAT: Add .cleared state to ComputedStateValue; extract ComputedIterableWrapper.
0.3.1+2 #
- FIX: fix useStreamSubscription memoization issue.
0.3.1+1 #
- Update a dependency to the latest release.
0.3.1 #
- FEAT: additional provider capabilities; deprecate use_togglable_bool.
0.3.0 #
Note: This release has breaking changes.
- BREAKING FEAT: rebuild SubmitState and move to global unknown error handling mechanisms.
0.2.8 #
- FIX: separate library_lints.yaml.
- FEAT: adhere to lints.
- FEAT: adhere to lints.
0.2.7 #
- FEAT: adhere to lints.
0.2.6+3 #
- FIX: clear computation on debounce in useAutoComputedState.
0.2.6+2 #
- FIX: fix useAppLifecycleStateCallbacks.onResumed being called too often.
0.2.6+1 #
- FIX: fix initial value of StatelessTextControllerWrapper.
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.