kinex
kinex
I think you are now talking about other plugin `google_maps_webservice`, this plugin only references it but it doesn't even call `getDetailsByPlaceId`. Also as there seems to be the `fields` parameter...
Any plans to implement this by 30th June? Please notice that without "Sign in with Apple" this library is not usable anymore for existing apps after 30th June. Apple will...
>Unfortunately these firebase_app_id_file.json files and .gradle file updates are required for native builds if you want certain >plugins (like Analytics, Crashlytics & Performance) to function correctly on Android, iOS &...
I guess this is a duplicate of https://github.com/flutter/flutter/issues/111095, fixed in 3.3.7 https://github.com/flutter/flutter/wiki/Hotfixes-to-the-Stable-Channel
Does this happen on Android or iOS? What is the OS version? If possible please provide detailed steps and a sample app to reproduce the issue.
Well, your library is reading exif information too :) See [FlutterNativeImagePlugin.java, line 115](https://github.com/btastic/flutter_native_image/blob/master/android/src/main/java/com/example/flutternativeimage/FlutterNativeImagePlugin.java#L115). It would be very easy to add there much more exif data, including "date taken". The only...
Do you mean in debug build? In Android release build you should configure this in your "proguard-rules.pro".
I think you should be able to delete the destination file in `OnExtracting` ?
Yes it is possible in future. If you have ideas how this could be implemented let me know. I could of course use the other plugin `archive` for web support.
Another similar crash: ``` java.lang.RuntimeException: at android.app.ActivityThread.deliverResults (ActivityThread.java:4940) at android.app.ActivityThread.handleSendResult (ActivityThread.java:4981) at android.app.servertransaction.ActivityResultItem.execute (ActivityResultItem.java:51) at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2046) at android.os.Handler.dispatchMessage (Handler.java:107) at android.os.Looper.loop (Looper.java:225) at...