I’m seeing this with stable 1.20.2 (As expected?)
2020-08-23 09:20:38,236 DEBUG: buildserver > You are building a fat APK that includes binaries for android-arm, android-arm64, android-x64.
2020-08-23 09:20:38,236 DEBUG: buildserver > If you are deploying the app to the Play Store, it's recommended to use app bundles or split the APK to reduce the APK size.
2020-08-23 09:20:38,236 DEBUG: buildserver > To generate an app bundle, run:
2020-08-23 09:20:38,236 DEBUG: buildserver > flutter build appbundle --target-platform android-arm,android-arm64,android-x64
2020-08-23 09:20:38,236 DEBUG: buildserver > Learn more on: https://developer.android.com/guide/app-bundle
2020-08-23 09:20:38,236 DEBUG: buildserver > To split the APKs per ABI, run:
2020-08-23 09:20:38,236 DEBUG: buildserver > flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi
2020-08-23 09:20:38,237 DEBUG: buildserver > Learn more on: https://developer.android.com/studio/build/configure-apk-splits#configure-abi-split
2020-08-23 09:20:38,237 DEBUG: buildserver > Running Gradle task 'assembleFdroidRelease'...
2020-08-23 09:20:38,237 DEBUG: buildserver > lib/Screens/defRssScreen.dart:1:8: Error: Error when reading 'lib/Screens/SettingsScreen.dart': No such file or directory
2020-08-23 09:20:38,237 DEBUG: buildserver >
2020-08-23 09:20:38,237 DEBUG: buildserver > import 'package:curator/Screens/SettingsScreen.dart';
2020-08-23 09:20:38,237 DEBUG: buildserver >
2020-08-23 09:20:38,237 DEBUG: buildserver > ^
2020-08-23 09:20:38,237 DEBUG: buildserver >
2020-08-23 09:20:38,238 DEBUG: buildserver > lib/Screens/defRssScreen.dart:3:8: Error: Error when reading 'lib/Screens/WebRssScreen.dart': No such file or directory
2020-08-23 09:20:38,238 DEBUG: buildserver >
2020-08-23 09:20:38,238 DEBUG: buildserver > import 'package:curator/Screens/WebRssScreen.dart';
2020-08-23 09:20:38,238 DEBUG: buildserver >
2020-08-23 09:20:38,238 DEBUG: buildserver > ^
2020-08-23 09:20:38,238 DEBUG: buildserver >
2020-08-23 09:20:38,238 DEBUG: buildserver > ../../.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:88:26: Error: Type 'DiagnosticableMixin' not found.
2020-08-23 09:20:38,238 DEBUG: buildserver >
2020-08-23 09:20:38,238 DEBUG: buildserver > class PictureStream with DiagnosticableMixin {
2020-08-23 09:20:38,239 DEBUG: buildserver >
2020-08-23 09:20:38,239 DEBUG: buildserver > ^^^^^^^^^^^^^^^^^^^
2020-08-23 09:20:38,239 DEBUG: buildserver >
2020-08-23 09:20:38,239 DEBUG: buildserver > ../../.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:192:44: Error: Type 'DiagnosticableMixin' not found.
2020-08-23 09:20:38,239 DEBUG: buildserver >
2020-08-23 09:20:38,239 DEBUG: buildserver > abstract class PictureStreamCompleter with DiagnosticableMixin {
2020-08-23 09:20:38,239 DEBUG: buildserver >
2020-08-23 09:20:38,239 DEBUG: buildserver > ^^^^^^^^^^^^^^^^^^^
2020-08-23 09:20:38,239 DEBUG: buildserver >
2020-08-23 09:20:38,240 DEBUG: buildserver > ../../.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:88:7: Error: The type 'DiagnosticableMixin' can't be mixed in.
2020-08-23 09:20:38,240 DEBUG: buildserver >
2020-08-23 09:20:38,240 DEBUG: buildserver > class PictureStream with DiagnosticableMixin {
2020-08-23 09:20:38,240 DEBUG: buildserver >
2020-08-23 09:20:38,240 DEBUG: buildserver > ^
2020-08-23 09:20:38,240 DEBUG: buildserver >
2020-08-23 09:20:38,240 DEBUG: buildserver > ../../.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:192:16: Error: The type 'DiagnosticableMixin' can't be mixed in.
2020-08-23 09:20:38,240 DEBUG: buildserver >
2020-08-23 09:20:38,240 DEBUG: buildserver > abstract class PictureStreamCompleter with DiagnosticableMixin {
2020-08-23 09:20:38,241 DEBUG: buildserver >
2020-08-23 09:20:38,241 DEBUG: buildserver > ^
2020-08-23 09:20:38,241 DEBUG: buildserver >
2020-08-23 09:20:38,241 DEBUG: buildserver > lib/Screens/defRssScreen.dart:44:15: Error: The method 'WebRssScreen' isn't defined for the class '_DefRssScreenState'.
2020-08-23 09:20:38,241 DEBUG: buildserver >
2020-08-23 09:20:38,241 DEBUG: buildserver > - '_DefRssScreenState' is from 'package:curator/Screens/defRssScreen.dart' ('lib/Screens/defRssScreen.dart').
2020-08-23 09:20:38,241 DEBUG: buildserver >
2020-08-23 09:20:38,241 DEBUG: buildserver > Try correcting the name to the name of an existing method, or defining a method named 'WebRssScreen'.
2020-08-23 09:20:38,241 DEBUG: buildserver >
2020-08-23 09:20:38,242 DEBUG: buildserver > WebRssScreen(),
2020-08-23 09:20:38,242 DEBUG: buildserver >
2020-08-23 09:20:38,242 DEBUG: buildserver > ^^^^^^^^^^^^
2020-08-23 09:20:38,242 DEBUG: buildserver >
2020-08-23 09:20:38,242 DEBUG: buildserver > lib/Screens/defRssScreen.dart:46:15: Error: The method 'SettingsScreen' isn't defined for the class '_DefRssScreenState'.
2020-08-23 09:20:38,242 DEBUG: buildserver >
2020-08-23 09:20:38,242 DEBUG: buildserver > - '_DefRssScreenState' is from 'package:curator/Screens/defRssScreen.dart' ('lib/Screens/defRssScreen.dart').
2020-08-23 09:20:38,242 DEBUG: buildserver >
2020-08-23 09:20:38,242 DEBUG: buildserver > Try correcting the name to the name of an existing method, or defining a method named 'SettingsScreen'.
2020-08-23 09:20:38,243 DEBUG: buildserver >
2020-08-23 09:20:38,243 DEBUG: buildserver > SettingsScreen()
2020-08-23 09:20:38,243 DEBUG: buildserver >
2020-08-23 09:20:38,243 DEBUG: buildserver > ^^^^^^^^^^^^^^
2020-08-23 09:20:38,243 DEBUG: buildserver >
2020-08-23 09:20:38,243 DEBUG: buildserver > ../../.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:167:11: Error: Superclass has no method named 'debugFillProperties'.
2020-08-23 09:20:38,243 DEBUG: buildserver >
2020-08-23 09:20:38,243 DEBUG: buildserver > super.debugFillProperties(properties);
2020-08-23 09:20:38,243 DEBUG: buildserver >
2020-08-23 09:20:38,244 DEBUG: buildserver > ^^^^^^^^^^^^^^^^^^^
2020-08-23 09:20:38,244 DEBUG: buildserver >
2020-08-23 09:20:38,244 DEBUG: buildserver > ../../.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:171:30: Error: The method 'toStringShort' isn't defined for the class 'PictureStreamCompleter'.
2020-08-23 09:20:38,244 DEBUG: buildserver >
2020-08-23 09:20:38,244 DEBUG: buildserver > - 'PictureStreamCompleter' is from 'package:flutter_svg/src/picture_stream.dart' ('../../.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart').
2020-08-23 09:20:38,244 DEBUG: buildserver >
2020-08-23 09:20:38,244 DEBUG: buildserver > Try correcting the name to the name of an existing method, or defining a method named 'toStringShort'.
2020-08-23 09:20:38,244 DEBUG: buildserver >
2020-08-23 09:20:38,245 DEBUG: buildserver > ifPresent: _completer?.toStringShort(),
2020-08-23 09:20:38,245 DEBUG: buildserver >
2020-08-23 09:20:38,245 DEBUG: buildserver > ^^^^^^^^^^^^^
2020-08-23 09:20:38,245 DEBUG: buildserver >
2020-08-23 09:20:38,245 DEBUG: buildserver > ../../.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:266:11: Error: Superclass has no method named 'debugFillProperties'.
2020-08-23 09:20:38,245 DEBUG: buildserver >
2020-08-23 09:20:38,245 DEBUG: buildserver > super.debugFillProperties(description);
2020-08-23 09:20:38,245 DEBUG: buildserver >
2020-08-23 09:20:38,245 DEBUG: buildserver > ^^^^^^^^^^^^^^^^^^^
2020-08-23 09:20:38,246 DEBUG: buildserver >
2020-08-23 09:20:38,246 DEBUG: buildserver >
2020-08-23 09:20:38,246 DEBUG: buildserver >
2020-08-23 09:20:38,246 DEBUG: buildserver >
2020-08-23 09:20:38,246 DEBUG: buildserver >
2020-08-23 09:20:38,246 DEBUG: buildserver > FAILURE: Build failed with an exception.
2020-08-23 09:20:38,246 DEBUG: buildserver >
2020-08-23 09:20:38,246 DEBUG: buildserver >
2020-08-23 09:20:38,246 DEBUG: buildserver >
2020-08-23 09:20:38,247 DEBUG: buildserver > * Where:
2020-08-23 09:20:38,247 DEBUG: buildserver >
2020-08-23 09:20:38,247 DEBUG: buildserver > Script '/home/vagrant/build/srclib/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 896
2020-08-23 09:20:38,247 DEBUG: buildserver >
2020-08-23 09:20:38,247 DEBUG: buildserver >
2020-08-23 09:20:38,247 DEBUG: buildserver >
2020-08-23 09:20:38,247 DEBUG: buildserver > * What went wrong:
2020-08-23 09:20:38,247 DEBUG: buildserver >
2020-08-23 09:20:38,247 DEBUG: buildserver > Execution failed for task ':app:compileFlutterBuildFdroidRelease'.
2020-08-23 09:20:38,248 DEBUG: buildserver >
2020-08-23 09:20:38,248 DEBUG: buildserver > > Process 'command '/home/vagrant/build/srclib/flutter/bin/flutter'' finished with non-zero exit value 1