fenchai
fenchai
Did it ever get fixed? I have a user with Huawei Phone and it redirects to Huawei Gallery.
this is just a simple linear progress widget: ``` LinearPercentIndicator( width: MediaQuery.of(context).size.width * 0.6, animation: true, lineHeight: 20.0, animationDuration: 2500, percent: _percent / 100, center: AutoSizeText( item.daysLeft + ' d', ...
did you find a solution for this? I am looking for an implementation for `TimeStamp.now()` found it, its just `DateTime.now()`
I think the idea is great, but that would mean I would have to recreate the entire app. but it is definitely possible, you only need to use Menus or...
I think there's a misunderstanding, I mean the image of the **entire** scanned barcode or qr. Something like: - Camera Scanned a qr or barcode. - get the whole detected...
> You can get the corners of the barcode, using the `corners` property. > > > image of the entire scanned barcode or qr > > So you want a...
> In that case, we _could_ add a hook to capture a video frame, similar to https://pub.dev/documentation/camera/latest/camera/CameraController/startVideoRecording.html > > However, before we consider that, what is your use case for...