Marc Reichelt
Marc Reichelt
This is a work in progress (but already public).
The zip method is especially useful when we can zip items of different types - but `zip` in dartx is implemented to only accept a right-hand iterable of the same...
Add a minimal recipe of how to build an Android app (target 28) on Bitrise CI, similar to [.gitlab-ci.yml](https://github.com/mreichelt/docker-android/blob/master/recipes/gitlab-ci/.gitlab-ci.yml), and add it to the [recipes](https://github.com/mreichelt/docker-android/tree/master/recipes) folder.
```bash # Wouldn't it be beautiful if we could run monkey programs like this? echo 'let a = 42; a;' | monkey # or how about this? monkey < helloworld.monkey...