Muhammad Bani Akram
Muhammad Bani Akram
> is it possible to make a callback directly, the [PickMultiVisualMedia(maxImage)](https://github.com/flutter/packages/blob/main/packages/image_picker/image_picker_android/android/src/main/java/io/flutter/plugins/imagepicker/ImagePickerDelegate.java#L460) method from native android > > ``` > open class PickMultipleVisualMedia( > private val maxItems: Int = getMaxItems() >...
// This is my widget upon which the user taps so we run the **_launch()** method, // **Constant.PrivacyPolicy** is the link to that webpage (e.g https://www.exampledomain.com/privacy-policy) `InkWell( onTap: () {...
> If I understand what you're proposing, is to have a way for the app to ask the user to open the URL in an external browser, instead of opening...
> iPhone will ask the user as well. If you have Chrome as your default browser, iOS will ask the user whether they want to use Safari or the default...
Thankyou for your response and its seems this can solve the issue, but I am not an android developer and not an expert Flutter developer as well. If you can...
Thankyou, looking forward to use this feature if added anytime soon.
Thank you so much, this code is working amazingly perfect.
> This works however you have to do it every time when new version comes out especially when it will use `Pigeon` instead of direct `MethodChannel`, see: #117915 > >...
> This works however you have to do it every time when new version comes out especially when it will use `Pigeon` instead of direct `MethodChannel`, see: #117915 > >...
Yes, it worked !!! ^_^