A Flutter widget for rendering static html as Flutter widgets

I started building apps with Google's Flutter for a work project, and one thing was very obviously missing in the young Flutter environment: a way to view web pages within an app.

In response to this, I developed my own Flutter plugin that takes static html pages and converts the various elements to Flutter "widgets" that can be displayed in a Flutter app.

This was my first major open source project, so I've learned a lot about maintaining an open source project. The project is still young, but it already has nearly 100 stars on GitHub.

Several people are using the plugin in production applications. This has put a lot of responsibility on myself to keep the plugin working for everybody and resolve issues as they arise.

Skills Used
View Project

The plugin is available on GitHub.