Skip to content

Commit 9f2b7ed

Browse files
committed
[chore] importing mp_chart from a git repository
As the package repository is maintained no more, and needs bug fixes in its published code (see SunPointed/MPFlutterChart#171), we move the dependency to a fork that is up to date and functional.
1 parent c601909 commit 9f2b7ed

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

apolline-flutter/pubspec.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ description: Apolline sensors app
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1414
version: 1.0.0+1
15+
publish_to: none
1516

1617
environment:
1718
sdk: ">=2.1.0 <3.0.0"
@@ -26,7 +27,11 @@ dependencies:
2627
cupertino_icons: ^0.1.2
2728
syncfusion_flutter_gauges: ^18.2.55
2829
get_it: ^5.0.1
29-
mp_chart: ^0.3.0
30+
mp_chart:
31+
git:
32+
url: git://github.com/f69/MPFlutterChart.git
33+
ref: master
34+
path: mp_chart
3035
google_maps_flutter: ^1.0.6
3136
flutter_launcher_icons: ^0.8.1
3237
http: ^0.12.2

0 commit comments

Comments
 (0)