File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.3
2+ - Support Flutter 3.0
3+
14## 0.1.2
25- Add doc
36
Original file line number Diff line number Diff 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 ()
Original file line number Diff line number Diff line change 11name : mrx_charts
22description : Simple, high-performance Flutter charts with beautiful animations.
3- version : 0.1.2
3+ version : 0.1.3
44repository : https://github.com/merixstudio/mrx-flutter-charts
55issue_tracker : https://github.com/merixstudio/mrx-flutter-charts/issues
66homepage :
You can’t perform that action at this time.
0 commit comments