flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.54k stars 314 forks source link

Base Logging V2 behaviour #7820

Closed CoderDake closed 1 month ago

CoderDake commented 2 months ago

Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.

Implement the main interaction for the logging experience.

Basic tests are working, more developed tests will be added in future PRs as functionality is added. This PR is already way too big :P

The ability to load all of the log, resize, and scroll performantly has been added.