Will flutter support InAppBrowser or VLC RTSP streaming video?

567 views
Skip to first unread message

santiago wong

unread,
Nov 3, 2016, 11:15:16 PM11/3/16
to Flutter Dev
as titled

Eric Seidel

unread,
Nov 4, 2016, 1:13:43 PM11/4/16
to santiago wong, Flutter Dev
Interacting with OEM components like WebView is something that is possible today, but not as smooth as path as we'd like.

Specifically displaying web or video content inline with Flutter content are tracked by:

Flutter content displays inside a FlutterView, which is itself a normal UIView or android.View and can be inserted into a normal iOS or Android view hierarchy.  So you can already just use a normal WebView or UIMovieView/android.VideoView next to or on top of a FlutterView today by writing some Objective-C/Swift or Java code in your Apps.

There is an example of putting other views next to a FlutterView in:
as well as communicating with those views and other Objective-C or Java code via our HostMessages interface.

This is something we're actively working on improving.

On Thu, Nov 3, 2016 at 8:15 PM, santiago wong <vaque...@gmail.com> wrote:
as titled

--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages