flutter_fortune_wheel 1.3.1 copy "flutter_fortune_wheel: ^1.3.1" to clipboard
flutter_fortune_wheel: ^1.3.1 copied to clipboard

Visualize (random) selection processes with widgets like a spinning wheel of fortune or a fortune bar.

[1.3.1] - 2024-02-05 #

  • add support for triangle indicator customization (huge thanks to @Alghost)
  • fix NaN and infinite value handling in FortuneWheel (huge thanks to @azaderdogan)

[1.3.0] - 2023-07-04 #

  • add support for haptic feedback when an item border passes (huge thanks to @YatsenkoDev)
    • use the new FortuneWheel.hapticImpact attribute
  • add support for getting notified, when an items border passes
    • use the new FortuneWheel.onFocusItemChanged attribute
  • update all references to ThemeData to use the corresponding values from ColorScheme

[1.2.1] - 2023-05-22 #

  • update to support Dart 3
    • change references from ThemeData.accentColor to ThemeData.colorScheme.accentColor

[1.2.0] - 2022-02-01 #

  • new parameter alignment on the FortuneWheel
    • this allows for rotating the wheel to adjust for indicator positions

[1.1.2] - 2022-02-01 #

  • touch panning is now disabled when a FortuneWidget is animating

[1.1.0] - 2021-07-04 #

  • add gesture detection to FortuneItems
  • improve wheel performance by reducing the number of calculations and transformations

[1.0.1] - 2021-06-19 #

  • bump flutter_hooks dependency to v0.17.0
  • fix horizontal wheel alignment for RTL locales

[1.0.0] - 2021-05-09 #

  • Breaking Change: FortuneWidgets now accept Stream
  • fix FortuneBar centering when there are only two items

[0.4.2] - 2021-03-06 #

fix wheel positioning for right-to-left locales

[0.4.1] - 2021-02-23 #

improve documentation for pan physics

[0.4.0] - 2021-02-22 #

provide support for null-safety

[0.3.6] - 2021-02-23 #

improve documentation for pan physics

[0.3.5] - 2021-02-23 #

fix pub-web.flutter-io.cn scoring by downgrading flutter_hooks dependency...

[0.3.4] - 2021-02-23 #

fix pub-web.flutter-io.cn scoring by downgrading quiver dependency

[0.3.3] - 2021-02-22 #

docs: add docs for pan behavior

[0.3.1] - 2021-02-22 #

feat: implement drag behavior for FortuneBar

[0.3.0] - 2021-02-21 #

feat: implement drag behavior for FortuneWheel

[0.2.0] - 2020-12-26 #

feat: add styling strategies for individual items

[0.1.1] - 2020-12-20 #

docs: add basic dartdoc and README documentation

[0.1.0] - 2020-12-19 #

feat: add alternative FortuneBar widget

[0.0.9] - 2020-12-13 #

feat: adjust default roll duration to 2 seconds and increase bezier easing

[0.0.8] - 2020-12-13 #

feat: adjust default roll duration to 2 seconds and increase bezier easing feat: make triangle indicator square feat: make wheel theme-aware by adjusting text and wheel colors to theme colors

[0.0.7] - 2020-12-13 #

feat: remove opacity from default circle slice colors fix: fire onAnimationEnd when onAnimationStart is not provided and vice versa

[0.0.6] - 2020-12-12 #

fix bug, which prevented animation end callbacks to be called on web

[0.0.5] - 2020-12-11 #

only animate when the selected value changes

[0.0.4] - 2020-12-11 #

add animation types and start/end callbacks

[0.0.3] - 2020-12-02 #

add option to spin wheel on initialization

[0.0.2] - 2020-07-06 #

add example app

[0.0.1] - 2020-07-06 #

initial draft of the fortune wheel

276
likes
120
pub points
96%
popularity

Publisher

verified publisherkevlatus.de

Visualize (random) selection processes with widgets like a spinning wheel of fortune or a fortune bar.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_hooks, quiver

More

Packages that depend on flutter_fortune_wheel