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 <[email protected]>
This commit is contained in:
Hidenori Matsubayashi
2023-08-25 14:21:50 +00:00
committed by GitHub
parent 1746fd0633
commit 582e6458f9
3 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ description: Demonstrates how to use the video_player plugin.
publish_to: none
environment:
sdk: ">=2.14.0 <3.0.0"
flutter: ">=2.10.0"
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
dependencies:
flutter: