this post was submitted on 14 Jun 2023
4 points (100.0% liked)

Dart Programming Language

132 readers
1 users here now

This sublemmy is a place for everything related to the Dart programming language and its tools besides Flutter (use [email protected] for that)

founded 1 year ago
MODERATORS
 

I was recently looking into Dart CLI tools and script managers and found a few interesting options. These can really impact productivity and ease of use.

I have personally used Derry to replace some long commands to generate native libs etc. There are other options like Slidy, but haven't used them.

you are viewing a single comment's thread
view the rest of the comments
[–] problematicconsumer 1 points 1 year ago (1 children)

yes makefile is a more popular and standard way and in most cases is a better choice. but I love new experiments specially in Dart and want to give them a shot. here's an issue regarding derry vs other solutions

[–] fperson 2 points 1 year ago

here’s an issue regarding derry vs other solutions

Yup, that makes sense!