function getGzMap(_data) { if (_chinaMap == undefined) { var dom = document.getElementById("container"); _chinaMap = echarts.init(dom); _chinaMap.on('click', function(params) { console.log(params); var _type = params.seriesType; if (_type == "map")
RollingTextView 中文版README Features easy to use, API is similar to TextView, and the setText method can be animated with up and down rolling support XML to set up common properties such as android:textSize/ android:textColor/ android:textStyle highly
Shimmer A package provides an easy way to add shimmer effect in Flutter project How to use import package:shimmer/shimmer.dart; SizedBox( width: 200.0, height: 100.0, child: Shimmer.fromColors( baseColor: Colors.red, highlightColor: Colors.yellow,