Skip to content

Commit b5c110f

Browse files
committed
🚨 Added ignore
1 parent c0f6d5b commit b5c110f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/chopper/color_converter.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class ColorConverter implements JsonConverter<Color, String> {
3030
String toJson(Color color) {
3131
// Next flutter release (>3.27) will contain a new method `toARGB32` to replace `.value`.
3232
// Ignore this for now.
33+
// ignore: deprecated_member_use
3334
return '#${color.value.toRadixString(16).padLeft(8, '0')}';
3435
}
3536
}

0 commit comments

Comments
 (0)