kirill09
kirill09
If the project uses flavors on aws launches invalid Android package ` [DEVICEFARM] Setting up your device. This usually takes 2-3 minutes. [DEVICEFARM] ########### Start executing testspec ########### [DEVICEFARM] ###########...
fixed this problem https://github.com/mmcc007/sylph/issues/107
Hi. Found an interesting bug. If method which processes reaction is not async then exception is not displayed in console and Guarded doesn't work. ```dart reaction((_) => name, validateUsername), .......
**Describe the bug** This only happens on iOS Method "getLocation()" never returns **Expected behavior** Get the result **Tested on:** - iOS simulator I see that there are a couple of...
Hi. When using the retrofit_generator, if the Options() is passed to the option parameter. Request header "Content-Type" is set to "null" in the header, an error occurs on line 1204...
In Germany, there are phone numbers with a length of 10. Information from these sources: https://en.wikipedia.org/wiki/Telephone_numbers_in_Germany https://callhippo.com/blog/general/germany-phone-number-example
When calling `initPaymentSheet` with the `customFlow` flag again, the application hangs Steps to reproduce the behavior: In the example, the following steps need to be done. 1. Custom Flow 2....