blueeyestw
blueeyestw
> Probably not, but just to clarify: are you seeing the Update dialog, and then going to the Play Store and not seeing an update? Yes, when I go to...
I'm having the same problem, cannot load a new pdf if one is already loaded.
If you're just looking for an UI overlay, you can add one yourself like so: ``` child: Stack( children: [ MobileScanner( allowDuplicates: false, controller: controller, onDetect: onDetect, ), //overlays a...
I am also looking for this feature, I hope it gets implemented.
If anyone is only looking for an overlay UI and not a restricted scan area, just do this: ``` child: Stack( children: [ MobileScanner( allowDuplicates: false, controller: controller, onDetect: onDetect,...
@justkawal Any updates on nullsafety release?
bumping this thread
Here is what I've observed from my own testing: Android: 1. Link received if app is running? Yes. 2. Link received if app is terminated? Yes, after app start. 3....
If you want more control, you can just get the current version on the App Store or Play Store using the API included in this package. Next, use the [package_info_plus](https://pub.dev/packages/package_info_plus)...
> @arvind-ds Hi any progress on this issue, I'm facing the same problem when running on ios devices the pdf is initially zoomed in but on Android it's just fit...