-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpubspec.yaml
More file actions
43 lines (36 loc) · 940 Bytes
/
pubspec.yaml
File metadata and controls
43 lines (36 loc) · 940 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
41
42
43
name: deriv_chart
description: A financial charting library for Flutter applications, offering a comprehensive suite of features for technical analysis and trading visualization.
version: 0.5.0
homepage: https://github.com/deriv-com/flutter-chart
repository: https://github.com/deriv-com/flutter-chart
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.1"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
collection: ^1.18.0
deriv_technical_analysis: ^1.1.1
equatable: ^2.0.5
intl: ^0.19.0
json_annotation: ^4.8.0
provider: ^6.0.5
shared_preferences: ^2.1.0
meta: ^1.15.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.6
intl_utils: ^2.8.2
json_serializable: ^6.7.1
flutter:
fonts:
- family: QuillIcons
fonts:
- asset: assets/fonts/quill_icons.ttf
flutter_intl:
main_locale: en
enabled: true
class_name: ChartLocalization