fd_console 0.0.1 fd_console: ^0.0.1 copied to clipboard
New version of Flutter's Debug Console, which provides testers with a view of the program's output logs outside of the IDE.
0.0.1 #
A new version of Flutter's Debug Console, which provides testers with a view of the program's output logs outside of the IDE.
The main problems solved by this console are as follows:
- Solve the problem that testers cannot see program logs when testing.
- Solve the problem of incomplete log filtering in Android Studio console.
- Solve the problem that the VsCode console does not have a convenient log clearing function.