90-008 / 90-008/FlutterEnhancements

Rewrite the plugin in a crossplatform way

Open
#2 0 comments 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
5
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Doing this will add Windows support (and will also work with shells other than `bash`) (issue #1). Just need to replace `subprocess.call` and instead use `Popen`, save the stdin of `flutter run` and send commands from there.

Contributor guide

No contributing guide indexed for this repository

Research direction

Look at the plugin code to find where `subprocess.call` is used for `flutter run`. Replace it with `Popen` to capture stdin. Test sending commands to the Flutter process. Ensure it works on Windows and with different shells.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli, tooling
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.