January 30, 2023Use Hex color strings (#808080) instead of ARGB integer (0xFF808080)Extend the Color class in Flutter to use hex color strings instead of ARGB integers.#FLUTTER#DART
November 12, 2022How to get any day of the week in Dart and FlutterUse DateTime's weekday getter to get any day of the week in Dart and Flutter.#FLUTTER#DART