Classic non-configurable CSV parser suitable for most use cases. Pretty fast parsing.

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
  • parser_builder

    Lightweight template-based parser build system. Simple prototyping. Comfortable debugging. Effective developing.

  • CSV parser (fast_csv) as a result of use of the parser builder. I don't know why, but the generated parser is about 2.9-3.5 faster than the handwritten csv parser. Can be used with Flutter. Allows a bit of configuration - specifying a field separator (when using the extended version of the parser). But in this case, it will parse the data no faster than a 2.9 times compared to the parser from the csv package. When parsing large amounts of data, you can speed up parsing by a few seconds. This may be relevant for Desktop Flutter applications.

  • 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

  • Join us for the The AWS Amplify Fullstack TypeScript Challenge: $3,000 in Prizes!

    1 project | dev.to | 15 May 2024
  • EasyDeps : brick-ception

    1 project | dev.to | 12 May 2024
  • Installing GitHub Repositories with this package manager

    1 project | dev.to | 12 May 2024
  • How to Deploy Dart Functions to AWS Lambda

    5 projects | dev.to | 8 May 2024
  • Implementing Flutter QR Code Scanner with Swift and AVFoundation for iOS

    1 project | dev.to | 7 May 2024