Michael Thomsen
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...
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...
We should add usage steps for Dart DevTools(`/tools/dart-devtools`) in the two `get-started.md` tutorials.
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...
### 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...
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...
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'); ```
### 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...
The `flutter` tool contains templates for new Dart apps used by `flutter create`. These currently have an upper constraint of `