Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コマンドラインから実行せずに、プログラムの有効性を検証するためだけに Dart コンパイラを呼び出す方法はありますか?
web_ui アプリがあれば dwc を呼び出すことができますが、Dart ライブラリ パッケージはどうでしょうか?
いつでも実行できますdart_analyzer。このために設計されています。これは実際には (ほぼ) Dart エディターを動かすコードと同じであるため、構文エラー、静的型の警告、非推奨の警告などを受け取ることができます。
dart_analyzer