-
Notifications
You must be signed in to change notification settings - Fork 489
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
flet doctor
CLI command
#4785
Comments
App's requirements: |
@ndonkoHenri I have to have Flutter installed to do this? |
@OVECJOE no you don't. You just have to follow this guide (ignore the Flutter-related sections): https://github.com/flet-dev/flet/blob/main/CONTRIBUTING.md Of you are willing to discuss in a more interactive way, feel free to write on the Flet discord server: https://discord.com/channels/981374556059086931/1334494220727357463 |
@ndonkoHenri Noted with thanks. |
Can I give my hands too, if I am not too late, Mr. @ndonkoHenri |
@AdreshSingh You can give it a try too. 🙂 Feel free to mention any issues you face or questions you have, here on gh or on Discord. I updated the issue's description with more info btw. |
Oh, seems like we have a PR: #4803 🥹 |
I have a PR for this ready to hopefully be merged :) |
Description
Running
flet doctor
in the terminal/console should output useful debug information like:flet --version
)python --version
)flutter doctor
if flutter is installedContext
Follow the steps of our Contribution guide to have everything properly setup. (for this issue, Flutter isn't a must-have, so feel free to skip its section)
Create a
doctor.py
file here in theflet-cli
package.Inspire yourself from the already existing files for the other cli commands.
Ask questions if you face issues at any step or don't understand something. (Discord)
I marked this issue as "good-first-issue", and will self-assign myself in some days if not picked up by someone willing to contribute.
The text was updated successfully, but these errors were encountered: