Michael Thomsen
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...
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...
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...
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...
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...
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,...