Skip to content

Releases: dart-lang/setup-dart

v1.7.2

23 Mar 17:02
65eb853

Choose a tag to compare

  • Update Node.js requirement to Node 24.
  • Fix open Dependabot alerts by bumping undici to >=6.24.0.
  • Update GitHub Action dependencies (@actions/core, @actions/exec, @actions/tool-cache, @actions/http-client).
  • Update workflow actions to their latest versions (actions/checkout v6, setup-flutter).

v1.7.1

13 Feb 16:46
e51d8e5

Choose a tag to compare

  • Roll undici dependency to address CVE-2025-22150.
  • Update to the latest npm dependencies.
  • Recompile the action using the new Dart / JavaScript interop.

v1.7.0

29 Nov 12:26
e630b99

Choose a tag to compare

What's Changed

  • Install a Flutter SDK in the publish workflow allowing for publication of flutter packages.

v1.6.5

24 Jun 21:15
0a8a0fc

Choose a tag to compare

  • Fix zip path handling on Windows 11 (#118)

v1.6.4

10 Apr 16:59
f0ead98

Choose a tag to compare

  • Rebuild JS code to include changes from v1.6.3

v1.6.3

09 Apr 11:21
65c8298

Choose a tag to compare

v1.6.2

30 Jan 17:39
fedb126

Choose a tag to compare

v1.6.1

10 Jan 16:57
ca7e6fe

Choose a tag to compare

  • Updated the google storage url for main channel releases.

v1.6.0

11 Oct 21:03
b64355a

Choose a tag to compare

  • Enable provisioning of the latest Dart SDK patch release by specifying just the major and minor version (e.g. 3.2).

v1.5.1

15 Sep 20:29
8a4b97e

Choose a tag to compare

  • No longer test the setup-dart action on pre-2.12 SDKs.
  • Upgrade JS interop code to use extension types (the new name for inline classes).
  • The upcoming rename of the be channel to main is now supported with forward compatibility that switches when the rename happens.