Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 9640f73

Browse files
chore(video_player): version bump: 2.0.0-nullsafety.8
1 parent 4c5b313 commit 9640f73

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

melos.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: flutter_plugins
2+
packages:
3+
- packages/video_player/**
4+
- packages/integration_test/**
5+
- packages/plugin_platform_interface/**
6+
scripts:
7+
test: ./script/incremental_build.sh test
8+
postclean: melos exec -c 5 -- "flutter clean"
9+
integration_test: |
10+
cd packages/video_player/video_player/example
11+
flutter drive -d emulator --debug --no-pub --no-headless --keep-app-running \
12+
--driver=test_driver/integration_test.dart \
13+
--target=integration_test/video_player_test.dart
14+
unit:
15+
run: |
16+
melos exec -c 6 --fail-fast -- \
17+
"flutter test --no-pub"
18+
scope: "video_player"
19+
ignore:
20+
- "*integration*"
21+
dependencies:
22+
flutter:
23+
sdk: flutter
24+
dev_dependencies:
25+
pedantic: ^1.8.0
26+
flutter_test:
27+
sdk: flutter
28+
environment:
29+
sdk: ">=2.1.0 <3.0.0"
30+
flutter: ">=1.12.13+hotfix.5 <2.0.0"

0 commit comments

Comments
 (0)