問題タブ [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.

0 投票する
1 に答える
275 参照

dart - ダーツ:不要_null_比較

次のコードの場合:

なぜこの警告が表示されるのかn1 != null という警告があります。The operand can't be null, so the condition is always true.n1 は明らかに null 可能です。

0 投票する
1 に答える
127 参照

flutter - Dart アナライザーで突然 null 以外の値のエラーが発生する

私は何ヶ月もコード生成パッケージを使用してきましたが、今日、プロジェクトの 1 つで「flutter pub run build_runner build」コマンドを実行し、すべてがビルドされました。もう一度実行すると、このエラーが発生しました。

私は何をすべきか?突然で予想外でした。

これは私の pubspec.yaml です