flutter / devtools

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

Add support for mocking network state and speed #4139

Open kenzieschmoll opened 2 years ago

kenzieschmoll commented 2 years ago

This is something we could let users control from DevTools, but I suspect the implementation of this would have to live in dart:io. @bkonyi do you have any ideas on how we could let users throttle their network traffic?

kenzieschmoll commented 2 years ago

related: https://github.com/flutter/devtools/issues/969