Skip to content

Commit 9e1c63e

Browse files
add support flutter 3.0
1 parent 1bc69cd commit 9e1c63e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.1.3
2+
- Support Flutter 3.0
3+
14
## 0.1.2
25
- Add doc
36

lib/src/chart.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class _ChartState extends State<Chart> with TickerProviderStateMixin {
4747
duration: widget.duration,
4848
vsync: this,
4949
);
50-
WidgetsBinding.instance?.addPostFrameCallback(
50+
WidgetsBinding.instance.addPostFrameCallback(
5151
(_) => _controller
5252
..stop()
5353
..reset()

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mrx_charts
22
description: Simple, high-performance Flutter charts with beautiful animations.
3-
version: 0.1.2
3+
version: 0.1.3
44
repository: https://github.com/merixstudio/mrx-flutter-charts
55
issue_tracker: https://github.com/merixstudio/mrx-flutter-charts/issues
66
homepage:

0 commit comments

Comments
 (0)