D-Apps
D-Apps
Does it work on flutter web? Since firesbase_storage doesn't support flutter web, this lib could be very helpful if it supports web. Thank you.
I don't know why it happens but for some games show an error message for some images. Everytime I need to press OK manually for the process continue for each...
When I set adSize: **AdmobBannerSize.SMART_BANNER:**  Other Banner types like BANNER is ok: **adSize: AdmobBannerSize.BANNER**  Looks like there's something wrong with SMART_BANNER and...
Interstitial and Banner have events that doesn't belong to them, like AdmobAdEvent.rewarded (Rewarded Ad), and if we use a switch (event) we must use all cases of each one of...
Is it possible to add Flutter web compatibility to this plugin?
Is it possible to start the player in fullscreen mode all the time instead of need to tap on the icon to call toggleFullScreen()?
My app is similar to Tinder, it shows "Like" when the user starts swiping right and "Nope" when the user starts swiping left, I am using the same controller for...
When I try to run the project I have this error: ``` e: C:\src\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_pdf_viewer-0.6.1\android\src\main\kotlin\com\pycampers\flutterpdfviewer\PdfActivityThread.kt: (82, 47): The spread operator (*foo) may not be applied to an argument of nullable type...
Is there any workaround I could do to be able to build appbundle with pdf compatible with both archs instead of building 2 APKs with different abifilters, since appbundle optimize...
In your readme in "Security" there is "display PDF from URL without ever touching the disk!" How to I do that? If the package isn't supported anymore is there any...