We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package:flutter_gen
1 parent c15bc77 commit 8148aa4Copy full SHA for 8148aa4
tools/check
@@ -334,20 +334,6 @@ run_pigeon() {
334
> >(filter_flutter_pub_run_output) \
335
|| return
336
337
- # The `flutter pub run` disrupts `.dart_tool/package_config.json`,
338
- # removing `flutter_gen`, which causes analysis failures everywhere
339
- # that we use localization. (And `dart run` has the same problem.)
340
- # Fix it back, with `flutter pub get`.
341
- # TODO(upstream): Find or file a bug for this `pub run` vs. `flutter_gen` issue.
342
- if [ -n "${opt_verbose}" ]; then
343
- flutter pub get \
344
- || return
345
- else
346
347
- >/dev/null \
348
349
- fi
350
-
351
check_no_changes "changes to pigeons" "${outputs[@]}"
352
}
353
0 commit comments