api.dart.dev icon indicating copy to clipboard operation
api.dart.dev copied to clipboard

Dart API docs

Results 17 api.dart.dev issues
Sort by recently updated
recently updated
newest added

- If I want to access Dart 3.1.5 API docs, I can use https://api.dart.dev/stable/3.1.5/index.html, but https://api.dart.dev/stable/3.1.5 doesn't work. - If I want to access the `index.json` (search index) of a...

### Describe the problem Now that the Dart API documentation supports query-string searches, I can create a keyword search in my browser so that typing `dart QUERY` is automatically expanded...

type-infra

Would be nice to be able to switch to a "dark" mode without using plugins. Small [stylish](https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en) example: ``` css body { background: #202020; color: #d0d0d0; } .sidebar { background:...

I Googled for [dart stdin] and the top result was https://api.dart.dev/be/136593/dart-io/Stdin-class.html which is from "Dart SDK 1.15.0-edge.1f76ab9410598fca0f7c7c8c9d650cf006950fb3".

In addition to https://github.com/dart-lang/api.dart.dev/issues/53, something else to consider is to make it easy to navigate across versions from within the documentation pages themselves. That would improve the situation for all...

Greetings! I know this may be quite trivial,, but when following this guide: https://dart.dev/tools/dart-doc to generate dartdoc for my flutter app, what i get on the terminal when running `dart...

Currently only gzip seems to be supported, but based off my observations hosting the SDK docs on Firebase, the extra compression from [brotli](https://github.com/google/brotli) is not bad. api.flutter.dev also supports brotli...

We need an easy way for api.dartlang.org users to switch from the stable channel to the dev channel. A simple way to do this would be to somehow stick a...

type-enhancement

[Copied from https://github.com/dart-lang/dartdoc/issues/1074.] People are constantly linking to, say, https://api.dartlang.org/1.12.1/dart-core/Object-class.html when they should instead be linking to https://api.dartlang.org/stable/dart-core/Object-class.html (or maybe a shorter URL like https://api.dartlang.org/dart-core/Object-class.html). We should make it easier...

type-enhancement
type-infra

If you look at dart.dev, you can see that it has the new, less green logo. I think this site should use that new logo, too. ![Screenshot_20200122-161811](https://user-images.githubusercontent.com/2164483/72946183-01bcd380-3d33-11ea-93f3-bdb1d3441b0b.png)