Pascal Welsch
Pascal Welsch
Items without icon are always displayed in the overflow menu. ```xml ``` my list item view is configured correctly ```kotlin listItemView.setMenuItemsRoom(2) ``` It would be cool when menu items without...
WIP: Check the TODOs in code
It's a watch face. So adding time related things could be a good idea. Why not adding a countdown until the next game of my team starts. Maybe hide it...
the test UI package with the mockito dependency should not be included in the core
~~Just upgraded to El Capitan. Bold isn't working anymore :cry:~~ Bold is working on El Capitan. The problem is that the normal font is now super thin. And Bold thinner...
`dartfmt` makes method chains hard to read when a list operator receives a multi line lambda. Mixin multi and single line lambdas feels inconsistent. ```dart // original input (well formatted...
``` Note: test_api is pinned to version 0.7.0 by flutter_test from the flutter SDK. See https://dart.dev/go/sdk-version-pinning for details. Because every version of flutter_test from sdk depends on test_api 0.7.0 and...
Choosing a catchy keyword for an assertion library is hard. I thought long about this, because I was about to publish a similar library. I will not publish it in...
**Breaking change** Wouldn't it be better if `flags` would be a list of `Feature`, not just plain strings?
I'd love to use puro to also manage my dart versions. It would be very helpful as package author of multiple pure dart packages, to be able to switch between...