common/utils/debug/platform_io library
Functions
-
dumpResponseToFile(
{required String html, required bool debug}) → void - Saves HTML content to dump file for debugging purposes.
-
findRootDirectory(
String currentPath) → String - Finds the root directory of the current Dart project.
-
printLog(
String message, bool debug, {LogColor color = LogColor.reset}) → void - Prints colored log messages to stdout for IO platforms (Dart VM, Flutter).