Questions tagged [platformview]
7 questions
4
votes
0 answers
Flutter screenshot of platform view
I have an app that shows a platform view (a map widget) with other widget on top and I need to take a screenshot of the map but I don't know how and the best that I got is a blank screen.
The desired result is a screenshot of the map only but a…

MarcoF
- 147
- 9
2
votes
1 answer
Flutter: is it possible for platformView to have automatic size/height?
I need to use the native UITextView on iOS and similar equivalent on Android because it provides lots of options such as "Look up", "Translate" etc on selected text.
I am successfully able to use platform views in flutter for UITextView on iOS.…

sudoExclaimationExclaimation
- 7,992
- 10
- 47
- 105
0
votes
1 answer
MapBox Android: ViewAnnotations rendering issue
I have created view annotations on the Android Native MapView with Android Native MapBox SDK.
It is running fine in the Android Native app.
Now when I port over that code and view implementation to the Flutter app using PlatformView, I face the…

nil
- 113
- 4
0
votes
0 answers
How to use 'PlatformView' in Agora as an input video Stream using Agora RawData in Flutter
A platform view has been registered and is working when i use
AndroidVIew(viewType: 'OpenGLDisplayView')
But it doesn't work when i initiate an observer like this:
var handle = await engine.getNativeHandle();
await…

Yasan Malik
- 41
- 6
0
votes
0 answers
How can i open from MainActivity to main.dart in FLutter Project
I have a flutter project, where i'm using Third party SDK which required to add one xml button, For that i have used PlatformView and showing xml layout from NativeView.
How i want to open main.dart from MainActivity.
How can i do that?

Suraj Sahani
- 15
- 1
- 10
0
votes
0 answers
How to implement Vonage SDK's subscribers view in a custom ListView in Flutter
I am trying to implement an UI as shown in Flutter.
The video player view is the Subscribers view. It corresponds to the active subscribers in the session. This view is provided by the native SDK.
The Vonage(TokBoxSDK) is implemented in Native…

Athul George
- 154
- 11
0
votes
0 answers
Flutter AndroidView throws Unhandled Exception: PlatformException
Created native UI for Video calling using opentok library in. Flutter.
The UI is rendering successfully for the first time, But gives below exception when user. press the back button and again rejoins the call.
Unhandled Exception:…

Ritu Nambath
- 51
- 8