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 プログラムをチェック モードではなくプロダクション モードで実行したいと考えています。Dart エディターを使用しています。ランタイムモードを制御できますか?
確かにできます!「起動の管理」内の「チェックモードで実行」チェックボックスを見つけます。これをオフにすると、Dart プログラムがプロダクション モードで実行されます。
本番モードでは、静的型注釈は無視されることに注意してください。