Babao Software
Babao Software
I experienced the same problem, which is a deal breaker for me, as I have 1000+ items in the grid. Especially when rotating the phone, it's horrendous to redraw, and...
This **uni_links: git: url: git://github.com/ganttastic/uni_links.git** doesn't work for me with uni links, just with custom links I'm sure I did everything right, including the new version of the domain association...
I ended up using firebase_dynamic_links. Works on both platforms. Here is how to setup your account: https://www.youtube.com/watch?v=KLBjAg6HvG0 Make sure you follow all the steps and register both your android and...
> We tried Universal links with https and it worked on our IOS devices but using Custom Schema didn't work on all app states ex foreground, background and suspended. >...
@joe223 @sebnitu The "problem" is in https://github.com/istanbuljs/puppeteer-to-istanbul/blob/master/lib/puppeteer-to-istanbul.js, line 29: fs.writeFileSync(outFilePath, '') where the out.json file is truncated every time pti.write is called. So depending where you call it, or how...
@sebnitu To merge coverage information from different test suites, you can do this: - In your afterAll, when calling pti.write, pass a specific name for the json file like this:...
My suggestion with passing outputName was probably based on a forked version I was working on. Basically I created my own option for PuppeteerToIstanbul, to override the out.json file name,...
Used it like this, to share a jpg image with some text: try { File imageFile = File(_cachedImagePath); Uint8List bytes = imageFile.readAsBytesSync(); await Share.file( '', 'camera.jpg', bytes.buffer.asUint8List(), 'image/jpg', text: 'Optional...