flutter-timeline icon indicating copy to clipboard operation
flutter-timeline copied to clipboard

Flutter 3.10.0 Error: The getter 'accentColor' isn't defined for the class 'ThemeData'.

Open nashihu opened this issue 2 years ago • 4 comments

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 image

nashihu avatar May 15 '23 05:05 nashihu

Unfortunately, this is a blocker for us to try out the library in our project. Hopefully, the PR will be merged and released.

niktekusho avatar Jun 22 '23 08:06 niktekusho

+1

g7i avatar Jun 24 '23 07:06 g7i

Also facing this issue, the whole app is not usable if the package is installed

ibrahimcaj avatar Jan 27 '24 13:01 ibrahimcaj

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.

IbrahimKhanLughmani avatar May 03 '24 10:05 IbrahimKhanLughmani