Skip to content

Commit

Permalink
1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
entronad committed May 7, 2020
1 parent e099a7e commit 27cef6a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.3.4

**2020-05-07**

- Remove reloading empty url when diposing.

## 1.3.3

**2020-05-03**
Expand Down
4 changes: 1 addition & 3 deletions lib/flutter_echarts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,8 @@ class _EchartsState extends State<Echarts> {
// --- FIX_IOS_LEAK ---
@override
void dispose() {
_controller.clearCache();
super.dispose();
_controller.loadUrl('').then((_) {
_controller.clearCache();
});
}
// --- FIX_IOS_LEAK ---

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_echarts
description: A data visualization charts library, based on Echarts, able to build advanced charts like WebGL 3D, GIS map, etc.
version: 1.3.3
version: 1.3.4
author: LIN Chen <[email protected]>
homepage: https://github.com/entronad/flutter_echarts

Expand Down

0 comments on commit 27cef6a

Please sign in to comment.