Daniel Kang

Results 7 issues of Daniel Kang

If more update, what features are going to be included?

Issue: Even with enablePhysicalButton set to true, pressing the volume button does not capture the photo. Steps to Reproduce: Open the camera screen. Ensure that enablePhysicalButton is set to true....

`widget.item.ts` is in UTC time the below code is still calculating from DateTime.now and not from UTC time. What may be the problem? ``` timeago.format( DateTime.parse(widget.item.ts), locale: 'custom', clock: DateTime.now().toUtc(),

I have followed the lockscreen guide from this blog. When tapping lockscreen widget the HomeWidget.widgetClicked.listen is not being called. How can I integrate this? Dart RootScreen ``` void _launchedFromWidget(Uri? uri)...

p:iOS

How do you disable audio sound when taking photo? Not explained on the documentation.

**Below was the input for the parsing animation, but since each word did not have quotation it was not parsing correctly, the code fix fixes this issue** String input =...

Previously it worked with the version v1.3.0 I could have setCameraTarget outside of the current screen. But now when I call setCameraTarget when the glb view goes outside of the...