We're planning to mark `IconData` as final, which means it cannot be implemented anymore. For more details see: * https://github.com/flutter/flutter/issues/181342 Would it be possible to migrate your code in https://github.com/FaFre/WebLibre/blob/0281d8feaf1e9d21883214cfd273dda1387e468d/app/lib/presentation/icons/tor_icons.dart#L22 to remove the implements clause?
We're planning to mark
IconDataas final, which means it cannot be implemented anymore. For more details see:class IconDataasfinalflutter/flutter#181342Would it be possible to migrate your code in
WebLibre/app/lib/presentation/icons/tor_icons.dart
Line 22 in 0281d8f
to remove the implements clause?