dart-archive / dump-info-visualizer

A visualizer for the JSON data produced by the dart2js --dump-info command
https://dart-lang.github.io/dump-info-visualizer
BSD 3-Clause "New" or "Revised" License
42 stars 15 forks source link

Repo deprecation notice

NOTE: This repository has been deprecated; for information and tooling related to understanding the size of your compiled web applications, see instead dart.dev/go/dart2js-info.

Dump-Info visualizer

A web based visualizer for the dart2js --dump-info option.

Live Website

Screenshot

How to Build

The dump-info-visualizer is a Pub project, so running pub build will generate all the files for the viewer.

This repository also hosts the public version of the viewer which is located on the gh-pages branch. Any files pushed to gh-pages will be made public.

In order to make your changes public, follow these instructions.