What's available for creating Dart web (not Flutter Web!) application?

This page summarizes the projects mentioned and recommended in the original post on /r/dartlang

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • hyperscript

    Create HyperText with JavaScript.

  • The idea is to create the DOM using hyperscript, a function I called E for element, and which I made dynamic in all arguments to support variant applications because Dart doesn't support overloading. Not pretty, but only on the inside. You're then supposed to add references to the DOM and add listeners explicitly. Updating the DOM is also explicit. The only "framework" part – which I didn't show here – is automagically maintaining lists of El components. BTW, E might have other El components as children.

  • Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

  • A typical Vue application, for example, is too dynamic.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts