webf
webf copied to clipboard
Build flutter apps with HTML/CSS and JavaScript.
### Should this be an RFC? - [X] This is not a substantial change ### Description The best way to use KBC files is to provide build system plugins, including...
### Affected version ^0.13.2+1 ### No same issues found. - [X] Yes, I search all issues but not found. ### Steps to Reproduce 1、我用webf写了一个关于页面,代码里面有两张图片,一种是img标签引入,一张是背景图片 2、背景图片引入的图片,第一次打开可以访问,第二次打开就会报错 3、当把背景图片改成,img标签使用的时候,又没有问题,我感觉是 background-image 有问题,第一次引入不走缓存直接访问nginx,就没问题,第二次走缓存,没有请求nginx的时候,就会出问题,img 标签每次都会走nginx,所以没问题,但是我需要用背景图片来实现这个功能,搞不了 ###...
### Affected version 0.13 ### No same issues found. - [X] Yes, I search all issues but not found. ### Steps to Reproduce 1. click showBasic button double ### Code...
### Affected version 0.13.0 ### No same issues found. - [X] Yes, I search all issues but not found. ### Steps to Reproduce Support css for input padding,background-color.etc. ### Code...
### Affected version all ### No same issues found. - [X] Yes, I search all issues but not found. ### Steps to Reproduce -- ### Code example ``` .container {...
### Affected version 0.12.0 + ### No same issues found. - [X] Yes, I search all issues but not found. ### Steps to Reproduce demo ### Code example ```html *...
### Affected version 0.14.0 ### No same issues found - [X] Yes, I search all issues but not found. ### Bug type CSS/DOM Style ### Which frontend framework you are...
### Affected version 0.13.2 ### No same issues found - [X] Yes, I search all issues but not found. ### Bug type Others ### Which frontend framework you are using....
### Affected version main ### No same issues found. - [X] Yes, I search all issues but not found. ### Steps to Reproduce 在dart中通过HttpClientInterceptor监控js的一些api请求,发现有些耗时挺慢的。例如一个小小的图片都要几百毫秒,这种情况是大概率复现的,不知道是不是img.dart下载的原因,对比下cached_network_image好像没这个问题。 1、看看网络库是否需要优化下?是不是所有网络请求都怼到一个里面去了? 2、img.dart的下载逻辑看看是否优化下? ### Code example 请求数据接口和n个图片。例如一个图文混排的列表(无缓存情况下...
### Affected version 0.12.0 + ### No same issues found. - [X] Yes, I search all issues but not found. ### Steps to Reproduce demo ### Code example ```html function...