.gitignore
LICENSE
MANIFEST.in
README.md
activate.sh
lint.sh
make_venv.py
pyproject.toml
requirements.testing.txt
requirements.txt
setup.py
tox.ini
upload_package.sh
.github/workflows/push_macos.yml
.github/workflows/push_macos_arm_fullinstall.yml
.github/workflows/push_macos_fullinstall.yml
.github/workflows/push_ubuntu.yml
.github/workflows/push_ubuntu_fullinstall.yml
.github/workflows/push_win.yml
.github/workflows/push_win_fullinstall.yml
.vscode/launch.json
.vscode/settings.json
src/pyflutterinstall/__init__.py
src/pyflutterinstall/cli.py
src/pyflutterinstall/config.py
src/pyflutterinstall/flutter_doctor.py
src/pyflutterinstall/outstream.py
src/pyflutterinstall/postrun.py
src/pyflutterinstall/resources.py
src/pyflutterinstall/setenv.py
src/pyflutterinstall/trampoline.py
src/pyflutterinstall/util.py
src/pyflutterinstall/which_all.py
src/pyflutterinstall.egg-info/PKG-INFO
src/pyflutterinstall.egg-info/SOURCES.txt
src/pyflutterinstall.egg-info/dependency_links.txt
src/pyflutterinstall.egg-info/entry_points.txt
src/pyflutterinstall.egg-info/requires.txt
src/pyflutterinstall.egg-info/top_level.txt
src/pyflutterinstall/cmds/__init__.py
src/pyflutterinstall/cmds/adb.py
src/pyflutterinstall/cmds/apkanalyzer.py
src/pyflutterinstall/cmds/avdmanager.py
src/pyflutterinstall/cmds/emulator.py
src/pyflutterinstall/cmds/gradle.py
src/pyflutterinstall/cmds/java.py
src/pyflutterinstall/cmds/sdkmanager.py
src/pyflutterinstall/install/__init__.py
src/pyflutterinstall/install/android_sdk.py
src/pyflutterinstall/install/ant_sdk.py
src/pyflutterinstall/install/chrome.py
src/pyflutterinstall/install/flutter_sdk.py
src/pyflutterinstall/install/gradle.py
src/pyflutterinstall/install/java_sdk.py
test_install/prerun.py
test_install/print_flutter_folder.py
test_install/refreshwin.cmd
tests/test_apkanalyzer.py
tests/test_cmd_java.py
tests/test_cmds.py
tests/test_pyflutterinstall.py