chewie
chewie copied to clipboard
upgrade flutter and I don't use this package
chewie-1.0.0/lib/src/material_controls.dart:441:50: Error: The getter 'accentColor' isn't defined for the class 'ThemeData'.
- 'ThemeData' is from 'package:flutter/src/material/theme_data.dart' ('/Users/mahmoudazab/Developer/flutter/packages/flutter/lib/src/material/theme_data.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'accentColor'. playedColor: Theme.of(context).accentColor, ^^^^^^^^^^^
Same issue happened with me, I added chewie package seperately in pubspec and issue resolved
same issue
I just added chewei updated version to pubspec and my error was gone
'ThemeData' is from 'package:flutter/src/material/theme_data.dart' ('/Users/mahmoudazab/Developer/flutter/packages/flutter/lib/src/material/theme_data.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'accentColor'. playedColor: Theme.of(context).accentColor, ^^^^^^^^^^^ just go to theme_Data.dart file and change that accentColor field it will work fine