Skip to content

devoncarew/devtools

 
 

Repository files navigation

Flutter DevTools

Build Status

Performance tools for Flutter.

What is this?

This repo is a companion repo to the main flutter repo. It contains the source code for a suite of Flutter performance tools.

But there's not much here?

It's still very early in development - stay tuned.

Trying it out

From a separate terminal:

  • cd <path/to/flutter-sdk>/examples/flutter_gallery
  • ensure the iOS Simulator is open (or a physical device is connected)
  • flutter run

From the devtools directory:

  • pub run webdev serve

Then, open a browser window to the local url specified by webdev. After the page has loaded, append ?port=xxx to the url, where xxx is the port number of the service protocol port, as specified by the flutter run output.

About

Performance tools for Flutter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 86.8%
  • CSS 11.8%
  • HTML 1.1%
  • Shell 0.3%