Closed isaaclyman closed 1 year ago
Flutter 3.10 finds this plugin unable to compile. An [ANALYSIS ISSUE] warning is shown on pub.dev, and the following errors can be seen:
[ANALYSIS ISSUE]
ERROR: The named parameter 'accentColor' isn't defined. ERROR: The getter 'accentColor' isn't defined for the type 'ThemeData'.
This also prevents any projects that use this plugin from building.
Thanks for letting me know, will put a fix as soon as possible
Fixed by 6.0.0
Flutter 3.10 finds this plugin unable to compile. An
[ANALYSIS ISSUE]
warning is shown on pub.dev, and the following errors can be seen:This also prevents any projects that use this plugin from building.