rivership 0.2.0+6
rivership: ^0.2.0+6 copied to clipboard
An opinionated infrastructure package for use with hooks_riverpod.
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_riverpod
2.6.1 and removed references toAutoDisposeRef
.
0.2.0 #
Note: This release has breaking changes.
- FEAT: add export
heroine
package. - Update a dependency to the latest release.
- BREAKING FEAT: remove
fadeShuttle
. UseFadeShuttleBuilder
instead.
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
AnimatedSizeSwitcher
whenimmediateResize
is true. - FEAT: add and export springster package.
- FEAT:
usePageIndex
hook 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
AnimatedText
that smoothly swaps out text content and style. - FEAT:
fadeShuttle
, a Hero transition that smoothly fades between the widgets. - FEAT:
AnimatedSizeSwitcher
widget that smoothly transitions between widget's sizes on top of animating. - CHORE: updated to support Flutter 3.27.
0.1.2 #
- FEAT:
useFixedExtentScrollController
. - FEAT:
BrightnessTools
extensions. - FEAT:
String.ifNotEmpty
getter. - FEAT:
DurationFormatting
extension. - FEAT:
.tryAs<T>()
extension. - FEAT: added
IterableTools
extension. - FEAT: added
SimpleWidgetStates
. - DOCS: better READMEs.
0.1.1 #
- REFACTOR: renamed packages to rivership.
- FIX:
useDelayed
correctly disposes all timers on unmount. - FEAT: added
newestValue
andnewestValueOrNull
to AsyncValue. - DOCS: updated README.
0.1.0 #
- feat: initial commit 🎉