What are the best use cases for Flutter web?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • knowgo-vehicle-simulator

    An interactive multi-platform Connected Car simulator for generating and streaming realistic vehicle telemetry.

  • One of the more glaring limitations at the moment, besides the lack of web- and desktop-ready plugins, is the fact that isolate to web worker mapping was stripped out of dart2, so you're still forced to maintain separate isolate and web worker-based solutions for anything that needs to do background processing (e.g. most real applications that aren't just toy UI mockups). Having different dart:io and dart:html code co-exist in the same codebase is possible, but still quite ugly. The Dart<->JS interaction is also still incredibly clunky, particularly when you can't just push object serialization/deserialization to the JS side for dart:io code. You can see some of the tricks we had to come up with to work around this in our vehicle simulator: https://github.com/knowgoio/knowgo-vehicle-simulator

  • 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

  • Publishing Flutter Windows app to Microsoft Store

    1 project | /r/FlutterDev | 30 Jun 2021
  • KnowGo Vehicle Simulator: An open source interactive multi-platform vehicle simulator &amp; REST API for developing Connected Car apps and AI/ML models

    1 project | /r/programming | 26 Jun 2021
  • KnowGo Vehicle Simulator: An open source interactive multi-platform vehicle simulator &amp; REST API for developing Connected Car apps and AI/ML models

    1 project | /r/programming | 26 Jun 2021
  • KnowGo Vehicle Simulator: Connected Car simulator with streaming vehicle data

    1 project | news.ycombinator.com | 26 Jun 2021
  • KnowGo Vehicle Simulator &amp; REST API for developing Connected Car apps and AI/ML models

    2 projects | /r/FlutterDev | 31 May 2021