Most of the examples I see for platform views are either a standalone flutter app or via a flutter plugin like google maps/ web view. Where as in my case I am adding a...
Everyone, please help me My Flutter Plugin Java can't start Intent service from android native please tell me to fix I created a Flutter plugin to connect to my...
I need to decode jp2 file in my Flutter app, but in Flutter doesn't available any tools for decode jp2. But I know about tools for it in <a href="https://developer.app...
I am using android studio Artic-Fox 2020.3.1. I created a flutter plugin project using the android studio, intellisense is not working for the <code>android</code> mod...
I want to use platform channel to change UI(ui.image) to update modified image faster(my app have delay with this).<br /> Is it able to change UI with platform channel...
I am building a Flutter Application, and for one of the API's I am using, it does not have Flutter support, only Android and iOS. My solution to this was to use Platf...
I've written a Flutter plugin to use an SDK that requires the inclusion of some .aar modules. It builds and runs perfectly in the example app for the plugin, but when...
I'm not sure if this is the appropriate stack exchange site but I think it fits more of here than the others that I can think of. Anyways, I work for a mobile app deve...
I'm playing with PlatformChannel and MethodChannel in Flutter. Doing some basic operations... working on a opencv porting for flutter... but i can't figure out how to...
Is it possible to use Android XML as a widget in Flutter? I wanna use mapbox but some methods dont exist in ios or android. I wanna use android and ios views in flutte...
<pre><code>import android.content.Context; import android.view.View; import android.widget.EditText; import io.flutter.plugin.common.MethodCall; import io.flutter.plugin...
I am trying to integrate platform view into my Flutter app. I can't find a way to resize the UiKitView inside the flutter app. I tried to constrain the view with Const...
According to current <a href="https://flutter.dev/docs/development/platform-integration/platform-channels" rel="nofollow noreferrer">documentation</a> of flutter platf...
I created a new plugin with <pre><code>flutter create --template plugin alfalfa </code></pre> which generates <code>lib/alfalfa.dart</code> containing <p...
I have the following problem: right now there is an app in the PlayStore that is written in native code (both iOS and Android) which I'm planning on migrating to flutt...