Setting up Dart for local development

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

  • I've been learning Flutter for mobile development lately. I like the journey so far and I'm going to be posting stuff I learn along the way. First, I'll show how to set up Dart for local development. I use asdf for managing different versions of language runtimes on my local machine. I found out about it when trying to set up different Python versions. My dev machine comes with Python 3.7 but at work, we use Python 3.6 and I like having the exact version in use. What to do? asdf to the rescue. asdf has a plugin system that allows the installation of different language runtimes for example you can install Python 3.5, 3.6, and 3.8 on the same machine and switch between them. A lot of languages are supported you can find these here.

  • sdk

    The Dart SDK, including the VM, dart2js, core libraries, and more.

  • Replace 3.2.1 with the latest version or the version you want. You can find these here. You need to choose a global version. This is the version that will be run when you type dart in any shell. You can do this by:

  • 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

  • Criando seu ambiente com ASDF

    4 projects | dev.to | 29 Dec 2023
  • Kotlin version manager

    2 projects | /r/Kotlin | 7 Dec 2023
  • How do i keep my "devops tool" always up to date in a smart way ?

    2 projects | /r/devops | 6 Dec 2023
  • Fish – Update on the Rust Port

    7 projects | news.ycombinator.com | 26 Nov 2023
  • Can't find the PostgreSQL client library (libpq) – after updating to Ruby 3.2.2

    2 projects | /r/rails | 11 Nov 2023