---
title: "Flutter configuration problems"
canonical_url: "https://www.nutrient.io/guides/flutter/troubleshooting/flutter-configuration-problems/"
md_url: "https://www.nutrient.io/guides/flutter/troubleshooting/flutter-configuration-problems.md"
last_updated: "2026-06-08T14:25:06.417Z"
description: "Solutions for common issues and errors in Nutrient Flutter SDK with debugging tips and workarounds."
---

There are various tools provided by Flutter, including `flutter doctor`, which is a handy program that checks your system configuration and provides step-by-step actions to take in case of problems.![Flutter doctor example](@/assets/guides/flutter/troubleshooting/flutter-configuration-problems/flutter-doctor.png)

The verbose mode of `flutter doctor` is even more helpful; it prints extensive information about the nature of an issue and shares how to fix it. To run the verbose mode, enter `flutter doctor -d`.

---

## Related pages

- [How to add the license key for your Flutter app](/guides/flutter/troubleshooting/add-license-key.md)
- [Cocoapods Conflicts With Asdf](/guides/flutter/troubleshooting/cocoapods-conflicts-with-asdf.md)
- [How to find your iOS app bundle ID quickly](/guides/flutter/troubleshooting/finding-the-bundle-id.md)
- [How to find your current SDK version](/guides/flutter/troubleshooting/getting-the-currently-used-version.md)
- [Ios Flutter Platform Not Detected](/guides/flutter/troubleshooting/ios-flutter-platform-not-detected.md)
- [Measurement Magnifier Not Working On Android](/guides/flutter/troubleshooting/measurement-magnifier-not-working-on-android.md)
- [Pspdfkit Widget Appcompat Activity Issue](/guides/flutter/troubleshooting/pspdfkit-widget-appcompat-activity-issue.md)
- [Using Android Gradle Plugin 7](/guides/flutter/troubleshooting/using-android-gradle-plugin-7.md)
- [Manage status bar appearance in Flutter](/guides/flutter/troubleshooting/view-controller-based-status-bar-appearance.md)
- [Understanding bundle IDs for iOS app development](/guides/flutter/troubleshooting/what-is-a-bundle-id.md)
- [What Is An App Id](/guides/flutter/troubleshooting/what-is-an-app-id.md)

