Alternative to Flutter?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • svelte.dart

    Svelte (v3.59.2) web framework ported to Dart.

  • Flutter himself can be used as framework for making other frameworks. For example, look at RenderObject's. you can rewrite it to handle DOM elements or GTK/wx/QT widgets. I can confirm it works with DOM elements: replace dart:ui with dart:html and use Node instead RenderObject. Or you can write Svelte like framework where html templates compiled directly to RenderObject's, it's why I started piko.dart, there are lot to do and I am lazy guy.

  • wxWidgets

    Cross-Platform C++ GUI Library

  • It also shouldn't be too difficult to use SDL via FFI. Theoretically, it should therefore also be possible to access WxWindow if you need something more high level and still cross platform.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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