Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add --skip-flutter-doctor to build cli command #4388

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ndonkoHenri
Copy link
Collaborator

@ndonkoHenri ndonkoHenri commented Nov 17, 2024

Fixes #4369

Summary by Sourcery

Add a --skip-flutter-doctor option to the build CLI command to allow skipping the Flutter doctor check in failed builds. Enhance the CLI by introducing environment variables to control skipping Flutter doctor and disabling rich output.

New Features:

  • Add a new command-line option --skip-flutter-doctor to the build CLI command, allowing users to skip running Flutter doctor in failed builds.

Enhancements:

  • Introduce environment variables FLET_CLI_SKIP_FLUTTER_DOCTOR and FLET_CLI_NO_RICH_OUTPUT to control the behavior of skipping Flutter doctor and disabling rich output, respectively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an option to skip the running flutter doctor when flet build fails
1 participant