Dart DevTools is a suite of performance tools for Dart and Flutter.
For documentation on installing and trying out DevTools, please see our docs.
Contributions welcome! See our contributing page for an overview of how to build and contribute to the project.
{
PUBSPECS=$(find . -name "pubspec.yaml")
for p in $PUBSPECS
do
PUBSPEC_DIR="${p%pubspec.*}"
cd $PUBSPEC_DIR
flutter pub get
cd -
done
}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.