vrouter icon indicating copy to clipboard operation
vrouter copied to clipboard

colored logs are not working on iOS

Open krille-chan opened this issue 3 years ago • 1 comments

When debugging an app on iOS using a macbook, the colored logs are not working. It looks kinda broken:

flutter: \^[[32m[VRouter: INFO] Successfully navigated to "/home" using VRouter.to <…>

Maybe an option to disable the logs or even better a platform check in the package to not color the logs on iOS would be nice.

krille-chan avatar Aug 04 '22 13:08 krille-chan

Or you using Xcode? On Vscode/Android Studio it should work independently of the platform.

You can always disable logs using:

VRouter(
  logs: VLogs.none,
  ...,
)

lulupointu avatar Aug 04 '22 14:08 lulupointu

Closing because I need more information. Feel free to reopen if you have.

lulupointu avatar Apr 28 '23 18:04 lulupointu