You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, zefirka won't work with latest Flutter/Dart version.
ThemeData's toggleableActiveColor property has been deprecated
Here is output log:
../../../.pub-cache/hosted/pub.dev/zefyrka-1.6.0/lib/src/widgets/editor_toolbar.dart:263:39: Error: The getter 'toggleableActiveColor' isn't defined for the class 'ThemeData'.
- 'ThemeData' is from 'package:flutter/src/material/theme_data.dart' ('../../Development/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 'toggleableActiveColor'.
final fillColor = isToggled ? theme.toggleableActiveColor : theme.canvasColor;
^^^^^^^^^^^^^^^^^^^^^
Failed to compile application.
The text was updated successfully, but these errors were encountered:
Hello, zefirka won't work with latest Flutter/Dart version.
ThemeData's toggleableActiveColor property has been deprecated
Here is output log:
The text was updated successfully, but these errors were encountered: