flutter-timeline
flutter-timeline copied to clipboard
Flutter 3.10.0 Error: The getter 'accentColor' isn't defined for the class 'ThemeData'.
Describe the bug I can't run my project in Flutter 3.10.0
To Reproduce run in Flutter 3.10.0
Expected behavior no error shown
Screenshots
Unfortunately, this is a blocker for us to try out the library in our project. Hopefully, the PR will be merged and released.
+1
Also facing this issue, the whole app is not usable if the package is installed
You just need to replace accentColor with colorScheme.secondary inside defaults.dart file. It would be really helpful if you can publish these new changes.