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]>
22 lines
359 B
YAML
22 lines
359 B
YAML
name: video_player_example
|
|
description: Demonstrates how to use the video_player plugin.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=2.18.0 <4.0.0"
|
|
flutter: ">=3.3.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
video_player: ^2.4.7
|
|
video_player_elinux:
|
|
path: ../
|
|
|
|
dev_dependencies:
|
|
pedantic: ^1.10.0
|
|
test: any
|
|
|
|
flutter:
|
|
uses-material-design: true
|