spinning_wheel_package 0.0.3
spinning_wheel_package: ^0.0.3 copied to clipboard
A highly customizable Flutter package for creating a spinning wheel widget for games, raffles, and decision-making.
0.0.3 - 2025-07-31 #
Fixed #
Asset Image Loading:Corrected an issue where imagePath in WheelItem was incorrectly trying to load images from the package's internal assets instead of the user's application assets. The package now correctly loads images from the path provided in the main app.
Changed #
- Refactored
WheelItemto expose a cleaner and safer API. - Removed support for passing
ui.Imagedirectly intoWheelItem. Now, onlyimagePathis accepted — the package handles image loading internally. - Updated internal asset paths (e.g. rim images) to fix issues with external asset loading