Skip to content

Commit 777f3e6

Browse files
committed
Update CHANGELOG
1 parent 41357bf commit 777f3e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## new version
2+
* **IMPROVEMENT** (by @imaNNeo) Remove the `vector_math` dependency, it seems we're not using it anymore. #1985
3+
14
## 1.1.0
25
* **FEATURE** (by @kamilJ96) Add `gradient` property inside our `BarChartRodStackItem` to be able to render gradient (along with the possibility to render a solid color), #919
36
* **FEATURE** (by @alettsy) Add `sideTitleAlignment` property in our `AxisTitles` to allow you to control the alignment of side titles (for example show them inside the chart), #1946

pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ dependencies:
1818
equatable: ^2.0.7
1919
flutter:
2020
sdk: flutter
21-
vector_math: ^2.1.4
2221

2322
dev_dependencies:
2423
build_runner: ^2.4.15

0 commit comments

Comments
 (0)