Apareceu essas mensagens quando tentei debuggar e queria saber se tem alguma sugestão de como arrumar, pois ja tentei varias vezes:
/C:/flutter/flutter/packages/flutter/lib/src/painting/networkimage_io.dart:71:7: Error: The setter 'autoUncompressed' isn't defined for the class 'HttpClient'.
- 'HttpClient' is from 'dart:http'.
Try correcting the name to the name of an existing setter, or defining a setter or field named 'autoUncompressed'.
..autoUncompressed = false;
^^^^^^^^^^^^^^^^
/C:/flutter/flutter/packages/flutter/lib/src/painting/network_image_io.dart:125:7: Error: The method 'scheduleMicrostate' isn't defined for the class 'NetworkImage'.
- 'NetworkImage' is from 'package:flutter/src/painting/networkimage_io.dart' ('/C:/flutter/flutter/packages/flutter/lib/src/painting/networkimage_io.dart'). package:flutter/…/painting/networkimage_io.dart:1
Try correcting the name to the name of an existing method, or defining a method named 'scheduleMicrostate'. scheduleMicrostate(() { ^^^^^^^^^^^^^^^^^^ 2
FAILURE: Build failed with an exception.
Where: Script 'C:\flutter\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 1156
What went wrong: Execution failed for task ':app:compileFlutterBuildDebug'.
Process 'command 'C:\flutter\flutter\bin\flutter.bat'' finished with non-zero exit value 1