| <!-- | |
| Copyright 2025 The Flutter Authors | |
| Use of this source code is governed by a BSD-style license that can be | |
| found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. | |
| --> | |
| This folder contains code shared between screens. | |
| For clarity of contracts, it is preferred that code in this folder | |
| does not depend on any `devtools_app` code outside this folder. | |
| Code, that is not used by any screen, should go to the folder `framework`. |