mirror of
https://github.com/sony/flutter-elinux-plugins.git
synced 2025-08-26 11:33:10 +08:00
video-player: update flutter/dart-sdk versions in pubspec.yaml (#79)
This change updates flutter and dart-sdk versions in pubspec.yaml for flutter 3.13.0 Related issue: #78 Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
This commit is contained in:

committed by
GitHub

parent
1746fd0633
commit
582e6458f9
@ -1,3 +1,6 @@
|
|||||||
|
## 0.9.8
|
||||||
|
* Update flutter/dart-sdk versions in environment for flutter 3.13.0.
|
||||||
|
|
||||||
## 0.9.7
|
## 0.9.7
|
||||||
* Improve playback performance if GstEGLImage is avalable.
|
* Improve playback performance if GstEGLImage is avalable.
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@ description: Demonstrates how to use the video_player plugin.
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.14.0 <3.0.0"
|
sdk: ">=2.18.0 <4.0.0"
|
||||||
flutter: ">=2.10.0"
|
flutter: ">=3.3.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
name: video_player_elinux
|
name: video_player_elinux
|
||||||
description: Flutter plugin for displaying inline video with other Flutter widgets on Embedded Linux.
|
description: Flutter plugin for displaying inline video with other Flutter widgets on Embedded Linux.
|
||||||
version: 0.9.7
|
version: 0.9.8
|
||||||
homepage: https://github.com/sony/flutter-elinux-plugins
|
homepage: https://github.com/sony/flutter-elinux-plugins
|
||||||
repository: https://github.com/sony/flutter-elinux-plugins/tree/main/packages/video_player
|
repository: https://github.com/sony/flutter-elinux-plugins/tree/main/packages/video_player
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.12.0 <3.0.0"
|
sdk: ">=2.18.0 <4.0.0"
|
||||||
flutter: ">=2.10.0"
|
flutter: ">=3.3.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
Reference in New Issue
Block a user