Sebastian Roth
Sebastian Roth
I'd highly suggest to switch to the official [stripe plugin](https://pub.dev/packages/flutter_stripe).
``` ❯ screenshots -v [ +26 ms] Starting flutter daemon... [ +7 ms] executing: flutter daemon [ +409 ms]
The issue was sorted in my case by adjusting the configuration to use the device name instead of ID: ``` android: Nexus 5X API 29 x86: # Nexus_5X_API_29_x86: # Pixel...
@leoafarias Understood you have a local test repo. Will this work on CI? Is this picked up simply by running `flutter test`? Does the unit test actually need a repository?...
@leoafarias agree you'd had to mock all of the interfaces with the file system & tools underneath. This would document the tool invocations and any expectations as well.
@leoafarias ok updated the title, hope that is sufficient to move on.
Would this be a task for a AA plugin? We have a similar case for the new `@IntDef` annotations as introduced in here: http://tools.android.com/tech-docs/support-annotations In a example Activity: ``` java...
@WonderCsabo yes, your version is the correct one, of course.
But frankly I don't like to put any additional annotation. Could AA be smart enough (given there is a reference for it to understand the rules) to handle this? What...
OK. Sorry I missed that. Will open eyes next time.