Commit Graph

13 Commits

Author SHA1 Message Date
linsui
e29677c518 localsend: 1.11.1 -> 1.12.0, build from source 2023-11-18 15:17:50 +08:00
Parker Lougheed
c8c3423a38 dart: update homepage link
Dart for the past few years has used https://dart.dev rather than https://dartlang.org. This change updates the Dart package's homepage link to the new dart.dev version.
2023-10-25 19:48:33 -03:00
hacker1024
2addb67a14 buildFlutterApplication: Wrap buildDartApplication 2023-10-22 00:31:58 +11:00
hacker1024
6298ac2774 buildDartApplication: Use package override mechanism from buildFlutterApplication
This allows Dart applications to benefit from the package override system, which is useful for things like FFI dependencies.
2023-10-21 22:30:23 +11:00
R. Ryantm
ad607f7b15 dart: 3.0.6 -> 3.1.3 2023-10-08 17:46:26 +00:00
R. Ryantm
78d1b09912 dart: 3.0.5 -> 3.0.6 2023-07-22 15:17:57 +00:00
R. Ryantm
5a2449f596 dart: 3.0.4 -> 3.0.5 2023-06-19 06:30:38 +00:00
gilice
dcb6f6e91b dart: 2.19.6 -> 3.0.4 2023-06-11 14:27:24 +02:00
hacker1024
4f4359d6ca dart: 2.19.6 -> 3.0.0 2023-05-12 23:02:52 +10:00
hacker1024
27ae052ce0 dart: 2.19.3 -> 2.19.6 2023-04-26 14:23:40 +10:00
gilice
e31eb9a58d dart: Make update script atomic 2023-03-21 17:43:36 +01:00
gilice
36abb0e53b dart: add update script 2023-03-20 20:02:17 +01:00
gilice
ae660ed77e
dart: 2.18.4 -> 2.19.3, refactor, and add tests (#219875)
* dart: 2.18.4 -> 2.19.3

https://dart.dev/guides/whats-new#january-25-2023-219--30-alpha-releases

* dart: move interpreters -> compilers

Dart is not an interpreted language by default. It can JIT compile, but
ultimately runs on a VM.
Languages which are similar in this regard, like Java and Go also
are sorted into interpreters.

* dart: add primitive tests

* dart: remove version override in sources

* dart: make codesign available in tests

* dart: format

---------

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-03-16 13:25:34 +01:00