devtools
devtools copied to clipboard
Persist filters for the Network and CPU profiler pages
This is a follow up to https://github.com/flutter/devtools/pull/8447, which persisted filters for the logging screen and added the underlying functionality to save a filter as a tag and reapply it from storage.
Work towards: https://github.com/flutter/devtools/issues/7727
This PR appears blocked by this WASM bug: https://github.com/flutter/devtools/issues/8452. @eyebrowsoffire EDIT: which was fixed by https://github.com/flutter/devtools/pull/8472