forked from woodemi/quick_blue
-
Notifications
You must be signed in to change notification settings - Fork 1
/
melos.yaml
54 lines (51 loc) · 1.33 KB
/
melos.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: quick_blue
repository: https://github.com/MinkTec/quick_blue.git
packages:
- ./*
command:
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0 <4.0.0"
bootstrap:
runPubGetInParallel: true
usePubspecOverrides: true
dependencies:
quick_blue:
git:
url: https://github.com/MinkTec/quick_blue
ref: HEAD
path: quick_blue
quick_blue_platform_interface:
git:
url: https://github.com/MinkTec/quick_blue
ref: HEAD
path: quick_blue_platform_interface
quick_blue_windows:
git:
url: https://github.com/MinkTec/quick_blue
ref: HEAD
path: quick_blue_windows
quick_blue_macos:
git:
url: https://github.com/MinkTec/quick_blue
ref: HEAD
path: quick_blue_macos
quick_blue_linux:
git:
url: https://github.com/MinkTec/quick_blue
ref: HEAD
path: quick_blue_linux
equatable: ^2.0.5
bluez: ^0.8.1
collection: ^1.15.0
logging: ^1.0.2
scripts:
analyze: melos exec -- flutter analyze
format: melos exec -- dart format .
get: melos exec -- flutter pub get
unittest:
run: melos exec -- flutter test
select-package:
dir-exists:
- test
scope: "*interface*"