flutter / devtools

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

Remove ProviderScreen from DevTools and implement it as a DevTools extension #6215

Open kenzieschmoll opened 1 year ago

kenzieschmoll commented 1 year ago

Tracking issue for this work. This issue will be linked to a few TODOs throughout the DevTools codebase.

Depends on https://github.com/rrousselGit/provider/issues/833 and a package publish of provider.

kenzieschmoll commented 5 months ago

We should check the g3 usage of this screen. If we have g3 users, then we will want to add extensions support in g3 before we remove this screen from our codebase.