forked from llfbandit/record
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
40 lines (33 loc) · 816 Bytes
/
pubspec.yaml
File metadata and controls
40 lines (33 loc) · 816 Bytes
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
name: record_workspace
environment:
sdk: ^3.5.0
publish_to: none
dev_dependencies:
melos: ^7.0.0
workspace:
- record
- record/example
- record_android
- record_ios
- record_macos
- record_linux
- record_platform_interface
- record_web
- record_windows
melos:
# Don't generate intellij files
ide:
intellij: false
command:
# When a dependency in a package is listed it will be replaced with the following versions.
bootstrap:
environment:
sdk: ^3.5.0
flutter: ">=3.24.0"
dev_dependencies:
# Linter rules (https://pub.dev/packages/flutter_lints)
flutter_lints: ^5.0.0
clean:
hooks:
# Runs "flutter clean" in all Flutter packages (`--flutter`) with concurrency
post: melos exec --flutter -c 1 -- "flutter clean"