rivership 0.3.0-dev.2
rivership: ^0.3.0-dev.2 copied to clipboard
An opinionated infrastructure package for use with hooks_riverpod.
0.3.0-dev.2 #
- Update a dependency to the latest release.
0.3.0-dev.1 #
- Update a dependency to the latest release.
0.3.0-dev.0 #
Note: This release has breaking changes.
- BREAKING FEAT: replace direct Spring-based APIs with new Motion type.
0.2.0+6 #
- Update a dependency to the latest release.
0.2.0+5 #
- Update a dependency to the latest release.
0.2.0+4 #
- Update a dependency to the latest release.
0.2.0+3 #
- Update a dependency to the latest release.
0.2.0+2 #
- DOCS: add Bluesky badge to README files across packages.
0.2.0+1 #
- FIX: updated to
hooks_riverpod2.6.1 and removed references toAutoDisposeRef.
0.2.0 #
Note: This release has breaking changes.
- FEAT: add export
heroinepackage. - Update a dependency to the latest release.
- BREAKING FEAT: remove
fadeShuttle. UseFadeShuttleBuilderinstead.
0.1.3+2 #
- Update a dependency to the latest release.
0.1.3+1 #
- Update a dependency to the latest release.
0.1.3 #
- FIX: layout in
AnimatedSizeSwitcherwhenimmediateResizeis true. - FEAT: add and export springster package.
- FEAT:
usePageIndexhook to only trigger rebuilds when the page changes, not any inbetween values. - FEAT:
useKeyedState, which allows for setting keys that trigger a state re-evaluation. - FEAT: added
AnimatedTextthat smoothly swaps out text content and style. - FEAT:
fadeShuttle, a Hero transition that smoothly fades between the widgets. - FEAT:
AnimatedSizeSwitcherwidget that smoothly transitions between widget's sizes on top of animating. - CHORE: updated to support Flutter 3.27.
0.1.2 #
- FEAT:
useFixedExtentScrollController. - FEAT:
BrightnessToolsextensions. - FEAT:
String.ifNotEmptygetter. - FEAT:
DurationFormattingextension. - FEAT:
.tryAs<T>()extension. - FEAT: added
IterableToolsextension. - FEAT: added
SimpleWidgetStates. - DOCS: better READMEs.
0.1.1 #
- REFACTOR: renamed packages to rivership.
- FIX:
useDelayedcorrectly disposes all timers on unmount. - FEAT: added
newestValueandnewestValueOrNullto AsyncValue. - DOCS: updated README.
0.1.0 #
- feat: initial commit 🎉