-
Notifications
You must be signed in to change notification settings - Fork 396
Enable offline support for all DevTools screens #4470
Copy link
Copy link
Open
Labels
P2important to work on, but not at the top of the work list.important to work on, but not at the top of the work list.cost: highHigh engineering cost to implementHigh engineering cost to implementcross-screenIssues that affect multiple DevTools screens, i.e. shared functionality and widgetsIssues that affect multiple DevTools screens, i.e. shared functionality and widgets
Metadata
Metadata
Assignees
Labels
P2important to work on, but not at the top of the work list.important to work on, but not at the top of the work list.cost: highHigh engineering cost to implementHigh engineering cost to implementcross-screenIssues that affect multiple DevTools screens, i.e. shared functionality and widgetsIssues that affect multiple DevTools screens, i.e. shared functionality and widgets
Type
Fields
Give feedbackNo fields configured for issues without a type.
Enabling offline support will:
SomeScreenData.parse(someOfflineData)to initialize fake testing data for the screen. If we continue to integrate with Stager, this will be useful for both testing and stager development (see https://github.com/flutter/devtools/pull/446)