ux_improvements 0.11.4
ux_improvements: ^0.11.4 copied to clipboard
Widgets to improve UX
0.11.3 #
Added #
- Add SuperimposeBox which is similar to Badge but allows to align the overlay according to its child.
- Add EndlessListView which builds Widgets in both directions
0.11.0 #
Changed #
- Fixed updating PreloadedImage after it got disposed Breaking: updated to responsive_ux 0.3.0
0.9.0 #
- Add FakeloadingWidget (introduces a delay for non-async operations in the UI)
- Add SmoothloadingFuture (introduces a delay for async operations in the UI)
- Add ScreenshotBoundary (for taking screenshots)
- Add Shimmer / ShimmerArea / ShimmerBox (Shimmer effect)
- Add PreloadedImage (allows Ink splashes and BoxDecoration clipped to an not-yet loaded image)
- Add ImplicitAnimatedIcon (AnimatedIcon without the need to handle the AnimationController)
- Re-exports responsive_ux