GitHub - jmewes/devtools: Performance tools for Flutter.

Dart DevTools (preview)

Build Status

What is this?

Dart DevTools is a suite of performance tools for Dart and Flutter.

Getting started

For documentation on installing and trying out DevTools, please see our docs.

Contributing and development

Contributions welcome! See our contributing page for an overview of how to build and contribute to the project.

Run pub get for all modules

{
PUBSPECS=$(find . -name "pubspec.yaml")

for p in $PUBSPECS
do
  PUBSPEC_DIR="${p%pubspec.*}"
  cd $PUBSPEC_DIR
  flutter pub get
  cd -
done
}

Terms and Privacy

By using Dart DevTools, you agree to the Google Terms of Service. To understand how we use data collected from this service, see the Google Privacy Policy.