kevlatus / flutter_fortune_wheel

Visualize random selections with Flutter widgets like the wheel of fortune.
https://kevlatus.github.io/flutter_fortune_wheel
MIT License
109 stars 84 forks source link

Accent Color causing errors for newer Flutter updates #116

Open dallinwelch opened 11 months ago

dallinwelch commented 11 months ago

Describe the bug New error with new Flutter 3.16 where I get this issue flutter_fortune_wheel-1.2.0/lib/src/indicators/triangle_indicator.dar t:20:33: Error: The getter 'accentColor' isn't defined for the class 'ThemeData'. It happens as well in rectangle_indicator.da rt:17:63: Error: The getter 'accentColor' isn't defined for the class 'ThemeData'.These can be easily fixed if we replace with a real color.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.