Michael Thomsen

Results 54 issues of Michael Thomsen

We have new platform specific networking in experimental state: https://github.com/dart-lang/http/issues/764 It would be good to figure out how to get this linked to on dart.dev and flutter.dev. A few potential...

p2-medium
e1-hours
platform-server
packages

I've seen statements on various social media a number of times stating that "Dart is single-thread". I've not before been able to understand where that impression comes from, but someone...

p1-high
articles
docs
e3-weeks
links

We should add usage steps for Dart DevTools(`/tools/dart-devtools`) in the two `get-started.md` tutorials.

p2-medium
tools
e1-hours

Do you think this will work better?

Generally it's hard to evolve the Dart core libraries, as most changes tend to be potentially widely breaking. For example, adding a new member to a class in the core...

area-library
library-core

### Repro steps: 1. `dart create repro` 2. `add `url_launcher:` under `dependencies:` 3. `dart pub get` => No warning. Should we be saying something like `Warning: Package url_launcher requires the...

area-dart-cli

If one imports a Dart web `dart:` library and tried to run it in a Dart native runtime, an error like this is shown during compilation: ``` $ dart run...

type-enhancement
area-front-end

A partner team has requested support for multiple return values for functions, for example: ```dart Future lat, long = mapService.geoCode('Aarhus'); double lat, long = await mapService.geoCode('Aarhus'); ```

request

### What information is missing? We seem to be missing documentation on configuration specific imports. They are mentioned briefly here in the creating package docs: https://dart.dev/guides/libraries/create-library-packages#conditionally-importing-and-exporting-library-files ### How would you...

p2-medium
e1-hours
co.request
dev.packages
p.create-packages

The `flutter` tool contains templates for new Dart apps used by `flutter create`. These currently have an upper constraint of `

tool