loki library
Loki is a command-line interface (CLI) tool designed for managing Dart and Flutter projects featuring multiple packages.
The inspiration for Loki was drawn from melos
. However, melos
lacked support for running applications with distinct flavors and encountered issues with hot reloading/restarting due to detached stdin. Hence, this package was conceived.
Classes
- LokiBase
- A base class for the Loki CLI tool, which manages Dart & Flutter projects with multiple packages. Loki is designed to address issues related to stdin when running Flutter apps with Melos.