webf
webf copied to clipboard
Build flutter apps with HTML/CSS and JavaScript.
support [@media](https://developer.mozilla.org/zh-CN/docs/Web/CSS/CSS_media_queries/Using_media_queries) - [x] @media only screen and (max-width: xxxpx) and (min-width: xxxpx) - [x] @media only screen and (prefers-color-scheme: dark) - [ ] add test case
This PR will add additional JavaScript Engine support --- the V8 JavaScript Engine developed by Google. When this PR is completed, the future version of WebF will be shipped with...
support wbc format
### Should this be an RFC? - [X] This is not a substantial change ### Description can I handle js alert confirm prompt events ### Alternatives and Workarounds _No response_
https://developer.mozilla.org/en-US/docs/Web/API/AbortController
https://github.com/openwebf/rfc/pull/8
1. Refactor:FlowLayout Refactor. 2.Feat: Text with other RenderBox layout in FlowLayout like web. 3.Feat: Support Sliver change direction. 4.Fix: Css Animation replay error. 5.Fix: Sliver element delete or insert error.