dcli_core 6.1.0 dcli_core: ^6.1.0 copied to clipboard
The core asyncronous functions used by dcli. DCli uses waitFor to eliminate async code in the DCli libraries which precludes DCli's usage in non-cli apps (e.g. you can't use it in flutter). The aim of [...]
Core libraries used by dcli.
These libraries provide much of the functionality of DCli for non-console apps.
dcli_core can be used on any dart platform that supports dart:io (essentially everything but web).