I build a web browser with Flutter

Опубликовано: 07 Август 2026
на канале: Clement Tech
137
1

I wanted to build a Flutter desktop app to show that Flutter is a good choice to build serious desktop app and what's better than a web browser?

It's a little demo to show what's working now. So far, it can render basic HTML and CSS (like in 2000) but it doesn't support JS.

I split the code in several packages so you could use the web engine and write your own browser interface or write bots that could need a browser.


Repo : github.com/ClementBeal/dragonfly