-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
31 lines (26 loc) · 809 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
31 lines (26 loc) · 809 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
name: charting
description: Flutter monorepo for financial charting - candlestick/line charts, 20+ technical indicators, drawing tools, and interactive gestures for trading UIs.
homepage: https://acmesoftware.com
repository: https://github.com/AcmeSoftwareLLC/charting
environment:
sdk: ">=3.12.0 <4.0.0"
dev_dependencies:
flutter_lints: ^6.0.0
melos: ^8.5.0
workspace:
- packages/acme_chart
- packages/acme_indicators
- packages/acme_chart/example
melos:
categories:
examples:
- packages/acme_chart/example
publishable:
- packages/acme_chart
- packages/acme_indicators
scripts:
pana:
exec: dart pub global run pana .
description: Check publish readiness using pana for all publishable packages
packageFilters:
category: publishable