helloworkcupid
helloworkcupid
能不能留个QQ呢?
so ,Automatically match the Y-axis ,set : spots: List.generate( data.length, (index) { return FlSpot( double.parse(index.toString()), data[index].price== null ? 0 : log(data[index].price?? 0) / ln10, ); }, ), or:getTooltipItems: (touchedSpots) {...
where is the code for the picture?
> Fix tooltip value to correct one can you share your code ? thank you
so flutter_charts can make the effect as the up piture ?
这样我先详细提交构建流程,同时继续排查原因 1. gradle version gradle-4.6-all.zip 2. android gradle plugin version classpath 'com.android.tools.build:gradle:3.2.0 3. VirtualAPK plugin version classpath 'com.didi.virtualapk:gradle:0.9.8.6.2-dev' 4. OS type windows 10 家庭版 宿主使用命令:gradlew clean assembleRelease 插件使用命令:gradlew clean assemblePlugin...
补充下:插件不集成依赖库的时候,使用gradlew clean assemblePlugin命令不报错 比如使用这个命令 api project(':lib_share')集成依赖的时候 报错
补充 构建环境 VERSION_COMPILE_SDK = 28 VERSION_BUILD_TOOLS = '28.0.2' VERSION_MIN_SDK = 16 VERSION_TARGET_SDK = 28