Michael Thomsen

Results 54 issues of Michael Thomsen

Update the [concurrency guide](https://github.com/dartino/www.dartino.org/blob/master/guides/concurrency.md) with more details, incl. what is immutable in Dart (boolean values, numbers, strings, const objects, ...), and maybe how to make new classes for immutable objects...

Type-Enhancement
Area-Package

Area-Package
FixIt-15Q4

The main config we run Dartino in is called 'mobile': https://github.com/dartino/sdk/blob/master/lib/dartino_mobile.platform We should give this a more appropriate name -- it's confusing to the developer to see this in their...

Type-Enhancement

Type-Enhancement
Area-Tools

Users on mac currently need to download and install libusb for `dartino flash` to work on the F746 board. On the FRDM board we will likely need other externally libraries...

Type-Enhancement

Currently `dartino flash` will continue even compilation fails with `Warning: Could not find 'main'.` Given flashing is quite time consuming, and not abortable, this can be quite annoying. It would...

Type-Enhancement
Area-Tools

This tracks a potential new `pub audit` feature. This would analyse all direct dependencies, and all of their transitive dependencies, and provide key information about all of them in a...

type-enhancement

The `flutter` command always runs a `pub get` when a sub-command that needs a resolution is executed. The `dart` command doesn't. I think the Flutter behavoir is most user friendly,...

area-dart-cli