flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.59k stars 326 forks source link

Issues #8076

Closed RRocaP closed 3 months ago

RRocaP commented 3 months ago

<-- Please describe your problem here. Be sure to include repro steps. -->


DevTools version: 2.34.3 IDE: VSCode

how to handle file selection using the file_picker package. You also learned how to handle SSL certificate validation errors in the Flutter application. ^^^^^^^^^^ lib/main.dart:130:344: Error: 'the' isn't a type. In this tutorial, you learned how to upload a file to Oracle Cloud Infrastructure (OCI) Object Storage using a Flutter application. You learned how to use the http package to send a POST request with a file and how to handle file selection using the file_picker package. You also learned how to handle SSL certificate validation errors in the Flutter application. ^^^ lib/main.dart:130:344: Context: This isn't a type. In this tutorial, you learned how to upload a file to Oracle Cloud Infrastructure (OCI) Object Storage using a Flutter application. You learned how to use the http package to send a POST request with a file and how to handle file selection using the file_picker package. You also learned how to handle SSL certificate validation errors in the Flutter application. ^^^ lib/main.dart:130:356: Error: Type 'application.To' not found. In this tutorial, you learned how to upload a file to Oracle Cloud Infrastructure (OCI) Object Storage using a Flutter application. You learned how to use the http package to send a POST request with a file and how to handle file selection using the file_picker package. You also learned how to handle SSL certificate validation errors in the Flutter application. ^^^^^^^^^^^^^... lib/main.dart:132:10: Error: Type 'more' not found. To learn more about Flutter, check out the following resources: ^^^^ lib/main.dart:132:36: Error: Type 'out' not found. To learn more about Flutter, check out the following resources: ^^^ lib/main.dart:132:44: Error: Type 'following' not found. To learn more about Flutter, check out the following resources: ^^^^^^^^^ lib/main.dart:134:4: Error: 'Flutter' isn't a type.

Command PhaseScriptExecution failed with a nonzero exit code BUILD FAILED

Building macOS application...
Error: Build process failed

kenzieschmoll commented 3 months ago

This doesn't appear to be an issue with Flutter DevTools, but rather with your Flutter app. If you are experiencing issues with DevTools itself, please feel free to open another issue with more details. Thanks!