問題タブ [build-runner]

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 に答える
446 参照

flutter - タイプ 'ExpandIterable' は 'Iterable' 型のサブタイプではありません'iterable' の '

dio と build_runner を使用して API サービスを作成したいと考えています。しかし、flutter pub run build_runner端末でこのコマンドを実行すると、このエラーが発生しました

[重大] retrofit_generator:lib/web_services/api_services.dart のレトロフィット:

型 'ExpandIterable<InterfaceType, MethodElement>' は 'iterable' の型 'Iterable' のサブタイプではありません

これは私の API サービス コードです。