cyper
cyper
Hello, Thanks for this awesome vr player. In our project, we need to play both vr and non-vr(normal) mp4 videos. I'd like to use a single page which has a...
Hello, I followed your tutorial and everything worked well. I'd just like to replace keycloak with the new spring authorization server so that I can do more customization. However I...
area stack不能识别config中的series参数啊啊. 官方示例: http://echarts.baidu.com/demo.html#area-stack 我把示例中的series拷贝到了config中, 不识别.. ```html ``` ```js vm.ac_config = { title: '件数推移', subtitle: '', yAxis: { scale: true }, debug: true, stack: true, series : [ { name:'邮件营销',...
Hello @aloisdeniel , Does this plugin support lookup address by zip code. I found an article about this: https://www.codeproject.com/tips/807983/how-to-geocode-an-address-by-postcode-zipcode-and I am wondering can I do this with this flutter plugin....
Hello. I'd like to add Japanese locale, However I found that we have to manually manage the months array. Can we also put the Months array as part of localization....
美工设计了 上面的cancel部分是 上下切换用的 两个箭头按钮 这部分是否可以做成接受widget组件, 而不仅仅是字符串类型的cancelText属性. 这样会比较容易扩展呢. 谢谢!  Can we specify a widget attribute for the `cancelText` part. String type is not extensible. For example we'd like to use...
Hello, dear component author, We are testing our app with appium, we can set a accessiblityLabel for any element and use it in our test script. However, I found that...
Thank you for this plugin. I find the usage for this plugin is a little verbose. Can we simply do this ```ts import SkipIcon from '/@assets/skip_next-24px.svg'; ``` instead of ```ts...
Thank you, very Awesome(niubi) plugin! I met the following issue, here is the code: 非常好的组件, 提issue的人也很多,我也是第一次用, 碰到下面的问题, 上代码: ```dart DatePicker.showDatePicker(context, dateFormat: 'yyyy年MM月dd日 HH:mm分', locale: DateTimePickerLocale.zh_cn, pickerMode: DateTimePickerMode.datetime, initialDateTime: DateTime.now()); }...
Hello, First of all thanks for this excellent grid component, the API designs quite nicely and very flexible for us to customize. I know how to fill select options dynamically,...