Add DCli to your project
If you are just using the DCli API (and not the DCli tools) then adding DCli to your existing app is like adding any other Dart package to your app.
From the CLI
Now in your Dart code, you can use:
You now have access to the full DCli API.
Last updated