flutter / devtools

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

Re-write memory_service_test for Flutter app #2053

Open kenzieschmoll opened 4 years ago

kenzieschmoll commented 4 years ago

memory_service_test currently uses memory_controller.dart and memory_protocol.dart from the html app files. The test needs to be rewritten to use the files from the flutter app.

kenzieschmoll commented 4 years ago

Test disabled in https://github.com/flutter/devtools/pull/2052/