support flutter gstreamer player for iOS
This commit is contained in:
+4
-2
@@ -1,6 +1,6 @@
|
||||
name: flutter_gstreamer_player
|
||||
description: A GStreamer-powered alternative to Flutter's video_player that support Linux and Android.
|
||||
version: 0.0.2
|
||||
description: A GStreamer-powered alternative to Flutter's video_player that support Linux, iOS and Android.
|
||||
version: 0.0.3
|
||||
homepage: https://github.com/hpdragon1618/flutter_gstreamer_player
|
||||
|
||||
environment:
|
||||
@@ -32,6 +32,8 @@ flutter:
|
||||
android:
|
||||
package: com.hpdragon1618.flutter_gstreamer_player
|
||||
pluginClass: FlutterGstreamerPlayerPlugin
|
||||
ios:
|
||||
pluginClass: FlutterGstreamerPlayerPlugin
|
||||
|
||||
# To add assets to your plugin package, add an assets section, like this:
|
||||
# assets:
|
||||
|
||||
Reference in New Issue
Block a user