clragon / swan

bring elegance to your flutter discussions
https://discord.gg/rflutterdev
MIT License
3 stars 0 forks source link

Feature request: bot reply on common problems #23

Open brainwo opened 4 months ago

brainwo commented 4 months ago

Here's one idea:

When a user send a message containing this:

✗ Unable to find bundled Java version.

Reply with a common reply:

Java is already included in your installation of your Android Studio. If you encounter this problem, please don't install Java to fix it. If you have Java installed and you don't have any reason to have it installed, you can uninstall Java to fix this problem. If that doesn't fix your problem, run this following command:

flutter config --jdk-dir "path to your jdk"

You can find more information on that command and other configuration flags by running flutter config --help

brainwo commented 1 week ago

Looks like Saphy already have this feature image