Jacob Richman
Jacob Richman
This adds rebuild indicator support which is disabled behind a flag until at least Flutter support for a couple new features needed for rebuild indicators is added. There is a...
We have cases where we need to listen on multiple value listenables but creating a stateful widget wouldn't make sense. Multiple nested value listenable builders are inefficient and hard to...
- [x] land changes to Flutter needed to handle reconnecting to a running app (https://github.com/jacob314/flutter/tree/rebuild_indicators) - [ ] support showing the source location for a rebuild.
Here the frame took 160ms but build+layout is over 300ms. Looking at the timeline, It seems like the value for build is calculated incorrectly or the two times can overlap...
When the Raster Stats tab is selected, it is not clear which frame the raster stats are for. We could include the frame # in the UI and or show...
The Flutter Inspector should make inspecting themes in Flutter as easy as inspecting what CSS styles apply to an HTML element. We are far away from that currently. Currently if...
It could make sense to embed some functionality from material-color-utilities in Flutter DevTools in a future Theme tab. https://github.com/material-foundation/material-color-utilities/tree/main/dart Fyi @willlarche
Update the following pages to reflect more of the differences between debug and release mode. - https://docs.flutter.dev/testing/build-modes - https://github.com/flutter/flutter/wiki/Flutter's-modes ### Two missing limitations - Members that begin with the word...
Repro: open DevTools. `flutter: Attempted to call extension 'ext.flutter.inspector.structuredErrors', but no service with that name exists `
// Type definitions for Firebase Client 0.1.0 // Project: https://www.github.com/jpstevens/firebase-client // Definitions by: Andrew Breen https://github.com/fpsscarecrow/ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// interface PushResponse { /** \* Name ref (key) of the...