問題タブ [dart-analyzer]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
dart - Analyzer が Visual Studio Code で動作していません ... それともそうですか?
Visual Studio Code では、Dart 関数を呼び出すときに @required パラメーターを省略してもエラーは発生しないようです。アナライザーを動作させるために何かしなければならないことはありますか? または、エラーにフラグが付けられていて、エラーが表示されないだけですか? 任意の助けをいただければ幸いです...
dart - 有効な実験がアナライザーによって検出されなくなりました
Dart 2.8.0-dev.18.0 を実行していますが、null 非許容型を使用したいと考えています。そのため、以下を に追加しましたanalysis_options.yaml
。
コンピューターの電源を再び入れたときに不思議なことに機能しなくなるまで、すべてが正常に機能していました。私が今何をしていても、私は言うメッセージを受け取りますThis requires the 'non-nullable' experiment to be enabled.
これは純粋な Dart アプリです。
また、Analysis Server Diagnostics を開くと、 [コンテキスト] タブで "null 非許容" 機能が有効になっていることがわかります。