mirror of
https://github.com/foss42/apidash.git
synced 2025-12-12 08:12:46 +08:00
integrated a beautify button in JSON codegen and also highlighted the key and string text.
This commit is contained in:
@@ -9,6 +9,9 @@ const kColorRed = Colors.red;
|
||||
final kColorLightDanger = Colors.red.withOpacity(0.9);
|
||||
const kColorDarkDanger = Color(0xffcf6679);
|
||||
|
||||
const kColorJSONKey = Color(0xFF1757BA);
|
||||
const kColorJSONString = Color(0xFFA82323);
|
||||
|
||||
const kColorSchemeSeed = Colors.blue;
|
||||
|
||||
final kColorStatusCodeDefault = Colors.grey.shade700;
|
||||
|
||||
Reference in New Issue
Block a user