Rhisiart ap Gwilym
Rhisiart ap Gwilym
``` MacBook:flavor_test rhisiart$ flutter test 00:14 +0: Counter increments smoke test ══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════ The following TestFailure object was thrown running a test: Expected: no...
Currently it is not possible to generate the raw data required to send to the device without having first established a connection. As I am unable to connect to a...
Fixes #82
When I create a QR Code using a content of `X4viEgS3TJGfQmo8fexEsw` then scan the results, I get the following: ``` LineText(type: LineText.TYPE_QRCODE, content: 'X4viEgS3TJGfQmo8fexEsw' size: 10); ``` ``` Platform |...
Fixes #24 Fixes #31  To achieve the above results, use the following and will work on both Android and iOS: ``` List list = []; list.add(LineText(type: LineText.TYPE_TEXT, linefeed: 1,...
Fixes #62 Fixes #57 Fixes #21
Fixes #58 Fixes #68
### 👟 Reproduction steps Look for unit tests... ### 👍 Expected behavior Expect to see some unit tests ### 👎 Actual Behavior There aren't any unit tests :-( ### 🎲...
I like `flow_builder` very much but wonder whether I'm misusing it - I'm using a single flow to control the whole app navigation. Is this OK to do or should...
Currently, tests fail - see #42 Can `flutter test` be added as one of the _Codemagic_ build steps to catch this and any other failures?