Dale King
Dale King
Not sure why our application was different, but clicking on the notification did nothing in our application unless I added activity to the manifest as in: ``` ``` Wonder if...
As requested [here](https://github.com/hcoles/pitest/issues/642#issuecomment-699149901) would like to have support for kotlin multiplatform mobile plugin. I have it working with a manually created gradle task and the command line version of pitest....
*Platform*: iOS ## Non-Code related feature Unfortunately, I have to abandon Atrium because of the lack of support for Kotlin native for iOS. Kotlin multiplatform does not just mean Java...
Been using flutter wrapper in multiple projects and when starting a new project it is a bit of an inconvenience to have to go to the project page to find...
``` extension WidgetDecorationExtension on Widget { Widget withBackgroundColor(Color color) => ColoredBox(color: color, child: this); Widget withDecoration(Decoration decoration) => DecoratedBox(decoration: decoration, child: this); } ```
Noticed that for extensions that are properties you are showing them in the readme with parentheses after them in the headers even though they are getters not functions. For instance...
Think this file was supposed to go in tests, not lib: https://github.com/droididan/dart_extensions/blob/008ff98a7ff0e11b9d9928509e683bce6a792200/lib/src/model/user.dart
Trying to add https://focus.nirvanahq.com/ for Chrome Version 51.0.2704.103 (64-bit) 
For doing a picker for date of birth it would be nice to request that the picker default to choosing the year first
Using an older version of your library in my project and I get an Android lint warning telling me that HashMap from integer should be replaced with SparseArray and for...