.gitignore
LICENSE
MANIFEST.in
README.md
activate.sh
install.py
lint.sh
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/interactive_execute.py
src/pyflutterinstall/paths.py
src/pyflutterinstall/postrun.py
src/pyflutterinstall/print_env.py
src/pyflutterinstall/resources.py
src/pyflutterinstall/setenv.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/archive/trampoline.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
src/pyflutterinstall/install/win/msys-2.0.dll
src/pyflutterinstall/install/win/msys-iconv-2.dll
src/pyflutterinstall/install/win/msys-intl-8.dll
src/pyflutterinstall/install/win/yes.exe
test_install/is_java_version.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
tests/test_sanity.py