トップのFlutterコマンドライン(CLI)またはコンソールパッケージ Dart&Flutterエコシステムには、コマンドラインインターフェース(コンソールまたはターミナル)アプリを作成するのに役立つさまざまなパッケージや、繰り返しのタスクを自動化したり、複雑なワークフローを簡素化したりするためのさまざまなCLIツールが含まれています。これらのパッケージは、効率と生産性の新たなレベルを開放し、グラフィカルユーザインターフェースへの強力で柔軟な代替手段を提供します。CLIツールの力を最大限に活用し、素晴らしいCLIアプリを構築するためのDart&Flutterパッケージのキュレーションリストにダイブしてください。
very_good_cli
587
very_good_cli is a very good command-line interface for Dart created by Very Good Ventures.
args
350
args is a library for defining parsers for parsing raw command-line arguments into a set of options and values using GNU and POSIX style options.
dart_console
120
dart_console is a helper library for command-line applications that need more control over input/output than the standard library provides.
cli_completion
48
cli_completion is completion functionality for Dart Command-Line Interfaces built using CommandRunner.
architecture_cli
45
architecture_cli is a package designed to streamline the folder structure creation process
feature_folder_cli
39
feature_folder_cli is a CLI utility that generates a folder structure to reduce the repetitive work required to setup directories for models, services, repositories, screens and widgets.
interactive
31
interactive is a REPL (interactive shell) for Dart, supporting 3rd party packages, hot reload, and full grammar