OpenWebF
@openwebf
The way to build fast, native flutter apps with JavaScript and CSS
Finally, most modern web frameworks now work in WebF and Flutter—including React, Vue, Solid, and Svelte. npm create vite@latest Run Vite’s dev server inside WebF.
WebF lets you style and update Flutter-backed web components with CSS, including via CSS variables. In the previous post, we covered how JavaScript developers can size components using CSS. For use cases like global theming, updating global CSS variables is more efficient…
To register a Web Component in WebF with Dart, create a class that extends the YourComponentBindings generated by the WebF CLI. Like a StatefulWidget, override createState() and implement build() to define the widget tree. Implement the generated property and method stubs to…
WebF CLI includes a code generator that outputs both Dart bindings and a ready-to-publish npm package. It’s built for Flutter developers: each run produces a complete npm package from your typings, and it automatically uses your Flutter package version. You don’t need to touch…
The interface typings file is a subset of TypeScript’s type syntax. Follow the pattern below to declare your interfaces: // Properties for your web component <YourComponentName>Properties { // ... } // Methods on your web component’s DOM instance <YourComponentName>Methods {…
It’s easy to wrap your Flutter widget library as Web Components for JavaScript developers. We’ve done a lot of work to make this process simple: 1. No JavaScript/TypeScript code involved 2. No glue/binding code to implement 3. Work entirely in Dart There are just three steps:…
#WebF brings web development to #Flutter. Unlike React Native, we don’t require developers to use special elements like <view> or <text> for basic UI markup. Instead, you can simply use HTML, CSS, and DOM APIs — the same foundations that most developers (and even AI tools) are…
There has been about one year since the last release on the open-source branch, leading some to believe the WebF project might have been discontinued. On the contrary, 2025 is shaping up to be the most productive year yet for WebF. Since we began rebuilding the entire engine…
United States Trends
- 1. Good Thursday 23.5K posts
- 2. Happy Friday Eve N/A
- 3. #Talus_Labs N/A
- 4. #thursdayvibes 1,774 posts
- 5. Lakers 81.9K posts
- 6. Luka 71.8K posts
- 7. #River 4,319 posts
- 8. Wemby 27.8K posts
- 9. Marcus Smart 6,518 posts
- 10. #LakeShow 5,866 posts
- 11. Unplanned 5,971 posts
- 12. #AmphoreusStamp 7,662 posts
- 13. Blazers 9,389 posts
- 14. Captain Kangaroo 1,196 posts
- 15. Russ 11.5K posts
- 16. Vatican 10.6K posts
- 17. Richard 45.6K posts
- 18. Ayton 17.5K posts
- 19. Shroud 5,739 posts
- 20. Shabbat 6,997 posts
Something went wrong.
Something went wrong.