Dart | Cookbook
Inhaltsverzeichnis
Additional Tools
Grinder
Dart workflows, automated.
Grinder consists of a library to define project tasks (e.g., test, build, doc) and a command-line tool to run them.
mono_repo
Manage multiple Dart packages within a single repository.
❯ dart pub global activate mono_repo
❯ mono_repo Manage multiple packages in one source repository. Usage: mono_repo <command> [arguments] Global options: -h, --help Print this usage information. --version Prints the version of mono_repo. --[no-]recursive Whether to recursively walk sub-directories looking for packages. (defaults to on) Available commands: check Check the state of the repository. generate Generates the CI configuration for child packages. presubmit Run the CI presubmits locally. pub Runs the `pub` command with the provided arguments across all packages. Run "mono_repo help <command>" for more information about a command.
Protocol Buffers
Protocol buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data.
Learn more in this Dart Tutorial
very_good_cli
A Very Good Command Line Interface for Dart created by Very Good Ventures
Leave a Reply