Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This package exists to create stubs for core libraries that can't be safely | |
| 2 imported on some platforms: `dart:io`, `dart:html`, and so on. These stubs are | |
| 3 included in the SDK and used by pub to support cross-platform packages. | |
| 4 | |
| 5 This is an application package and is not intended to be uploaded to | |
| 6 pub.dartlang.org. | |
| OLD | NEW |