flutter_fortune_wheel icon indicating copy to clipboard operation
flutter_fortune_wheel copied to clipboard

Accent Color causing errors for newer Flutter updates

Open dallinwelch opened this issue 1 year ago • 0 comments

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):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

dallinwelch avatar Dec 12 '23 03:12 dallinwelch