Skip to content

Commit

Permalink
Add pubspec constraints for newer version of flutter/dart, #1509
Browse files Browse the repository at this point in the history
  • Loading branch information
imaNNeo committed Dec 1, 2023
1 parent 803409c commit 6b52a4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## newVersion
* **IMPROVEMENT** Add Flutter sdk constraints to the pubspec.yaml to force the user/developer to upgrade the Flutter version to 3.16.0 (latest), #1509

## 0.65.0
* **FEATURE** (by @Dartek12) Added gradient to [FlLine](https://github.com/imaNNeo/fl_chart/blob/master/repo_files/documentations/base_chart.md#FlLine), #1197
* **BUGFIX** (by @imaNNeo) Fix bar line shadow crash when we have only one (or zero) spot, #1466
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ issue_tracker: https://github.com/imaNNeo/fl_chart/issues
documentation: https://github.com/imaNNeo/fl_chart

environment:
sdk: ^3.0.0
sdk: ^3.2.0
flutter: ^3.16.0

funding:
- https://github.com/sponsors/imaNNeo
Expand Down

0 comments on commit 6b52a4e

Please sign in to comment.