309791679
309791679
> > 每次滚动之前的组件都会重新加载,轻量化的还好我3个组件,文字,视频,按钮,滑动几次后卡的很呀,我觉得大概问题是重新加载但是没有销毁之前的组件导致的 > > > > 这两个问题能不能修复一下 > > 希望就是不要重新加载组件,需要的时候自己调用重绘 > > 最近工作有点忙。稍等我空闲后,我优化一波 真没想到,您会这么快回我,我刚刚学 没有能力修改它,我是想实现一个类似多功能轮播,可以有图片视频文字等等,但每次轮播都会重新创建组件对象,是我没有想到的,滚动几次后就卡死了
I/flutter (13143): E/flutter (13143): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: Exception: FileSystemException: Cannot open file, path = '/storage/emulated/0/fluttera/15882605447.jpg/img_1588261790811.jpg' (OS Error: No such file or directory, errno = 2) E/flutter (13143): #0 _File.throwIfError (dart:io/file_impl.dart:645:7)...
例如说,成都 选择线同时选择两个点,成都颜色同步修改
我认为既然有示例图,是不是代表,功能已经实现了,但对应文档并未提及相关
@violinday 可否看看我的问题
> 你好,刻度上的选中高亮显示确实没有支持,抱歉给你带来不好的体验,我们会尽快安排支持 不单单是这个问题,第二个图,多条线处于一个纵轴时图片上显示出来的效果是,同时选中了两个纵轴座标点并且有两个提示框,这个也没有实现,我觉得这个应该在文档上告知的
Solved, the required package Center is what I did not expect
``` Container( height: 100.0, width: 300.0, child: Center( //Very important child:AnimatedTextKit( repeatForever: true, animatedTexts: [ WavyAnimatedText( 'Hello World', textStyle: const TextStyle( fontSize: 24.0, fontWeight: FontWeight.bold, ), ), ], ), ),...
Not good for Chinese support ``` Container( height: 30.0, width: 300.0, alignment: Alignment.center, child: Center( child: AnimatedTextKit( repeatForever: true, animatedTexts: [ WavyAnimatedText( '这是一段中文的例子', textStyle: TextStyle( fontSize: 12.0, fontWeight: FontWeight.bold, ),...
The example seems to have moved slightly ``` Container( height: 30.0, width: 300.0, alignment: Alignment.center, child: Center( child: AnimatedTextKit( repeatForever: true, animatedTexts: [ WavyAnimatedText( 'Hello World', textStyle: TextStyle( fontSize: 24.0,...