Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split library tour #385

Closed
kwalrath opened this issue Sep 25, 2017 · 1 comment · Fixed by #496
Closed

Split library tour #385

kwalrath opened this issue Sep 25, 2017 · 1 comment · Fixed by #496
Assignees
Labels
a.libraries Relating to the Dart standard libraries. p1-high Major but not urgent concern: Resolve in months. Update each month.

Comments

@kwalrath
Copy link
Contributor

Not everything in the library tour is available on all platforms. E.g. dart:html isn't available to Flutter or server-side apps, and dart:io isn't available to web apps. The main library tour should probably concentrate on libraries that are available to both Flutter & web apps.

@kwalrath kwalrath added the a.libraries Relating to the Dart standard libraries. label Sep 25, 2017
@kwalrath kwalrath self-assigned this Nov 17, 2017
@kwalrath kwalrath added the p1-high Major but not urgent concern: Resolve in months. Update each month. label Nov 17, 2017
@kwalrath
Copy link
Contributor Author

Blocked on the library tour part of #407.

kwalrath added a commit that referenced this issue Dec 29, 2017
* Removed dart:io, dart:html, and dart:mirrors.
* Revamped intro.
* Fixed bug that caused `)"?>` to be displayed in the rendered page.
(Turns out you can't use `>` in the docregion name.)
* Added DartPad.
* Fixed 404s, removed unnecessary link definitions
* Added printing section
* Added dart:io library tour
* Removed html* examples

Fixes #385.
Fixes #498.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a.libraries Relating to the Dart standard libraries. p1-high Major but not urgent concern: Resolve in months. Update each month.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant