dart-sdk/pkg/stub_core_library
2014-07-18 01:08:43 +00:00
..
bin Add a stub_core_libraries package. 2014-07-15 23:06:06 +00:00
lib Properly handle windows paths in stub_core_library. 2014-07-16 20:19:06 +00:00
test Add a stub_core_libraries package. 2014-07-15 23:06:06 +00:00
pubspec.yaml Widen args dependency. 2014-07-18 01:08:43 +00:00
README.md Add a stub_core_libraries package. 2014-07-15 23:06:06 +00:00

This package exists to create stubs for core libraries that can't be safely imported on some platforms: dart:io, dart:html, and so on. These stubs are included in the SDK and used by pub to support cross-platform packages.

This is an application package and is not intended to be uploaded to pub.dartlang.org.