neoargs
A fluent and idiomatic argument parser (usually for command-line apps) in Dart.
Currently, this library is a stub. More will be added in the near future.
Usage
// [-x, 3, -y, 4, -abc, -beep=boop, foo, bar, baz]
print(argv('-x 3 -y 4 -abc -beep=boop foo "bar" \'baz\''));