Skip to content

Commit 6d3cbef

Browse files
chore: temp fix flutter chart path (#1477)
1 parent c2e4726 commit 6d3cbef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

chart_app/pubspec.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212
deriv_chart:
13-
path: ../../flutter-chart
13+
git:
14+
# It's temporarily pointed to this repo and this will be removed after the refactor is merged.
15+
url: [email protected]:balakrishna-deriv/flutter-chart.git
16+
ref: refactor-x-axis
1417
js: ^0.6.7
1518

1619
dev_dependencies:

0 commit comments

Comments
 (0)