Skip to content

Commit

Permalink
Bump version to 0.12.0-nullsafety1
Browse files Browse the repository at this point in the history
  • Loading branch information
imaNNeo committed Feb 19, 2021
1 parent 3d540d1 commit fe1a969
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v1
with:
channel: "stable"
channel: "beta"
- name: Check formattting
run: flutter format --set-exit-if-changed --dry-run --line-length 100 .
- name: Get packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v1
with:
channel: "stable"
channel: "beta"
- name: Get packages
run: flutter pub get
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .metadata
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

version:
revision: 7a4c33425ddd78c54aba07d86f3f9a4a0051769b
channel: stable
channel: beta

project_type: package
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Null Safety
* [BREAKING] You cannot set null value on FlSpot anymore.
## 0.20.0-nullsafety1
* [BREAKING] **We have migrated our project to null-safety. You may need to change your source-code to compile**. check [migration guide](https://dart.dev/null-safety/migration-guide).
* [BREAKING] You cannot set null value on FlSpot any more (use FlSpot.nullSpot instead).

## 0.12.3
* [Bugfix] Fixed PieChart exception bug on sections tap, #514.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Thank you all!

```yml
dependencies:
fl_chart: ^0.12.3
fl_chart: ^0.20.0-nullsafety1
```
Expand Down
2 changes: 1 addition & 1 deletion example/.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

version:
revision: 27321ebbad34b0a3fafe99fac037102196d655ff
channel: stable
channel: beta

project_type: app
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: fl_chart
description: A powerful Flutter chart library, currently supporting Line Chart, Bar Chart and Pie Chart.
version: 0.12.3
version: 0.20.0-nullsafety1
homepage: https://github.com/imaNNeoFighT/fl_chart

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-259.12.beta <3.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit fe1a969

Please sign in to comment.