Metadata-Version: 2.1
Name: pyflutterinstall
Version: 0.2
Summary: Installs the flutter sdk and dependencies
Home-page: https://github.com/zackees/pyflutterinstall
Author: Zach Vorhies
Author-email: dont@email.me
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Environment :: Console
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# pyflutterinstall

[![Win_Tests](https://github.com/zackees/pyflutterinstall/actions/workflows/push_win.yml/badge.svg)](https://github.com/zackees/pyflutterinstall/actions/workflows/push_win.yml)

Installs all dependencies for pyflutter on Windows.

Future platforms:

[![MacOS_Tests](https://github.com/zackees/pyflutterinstall/actions/workflows/push_macos.yml/badge.svg)](https://github.com/zackees/pyflutterinstall/actions/workflows/push_macos.yml)
[![Ubuntu_Tests](https://github.com/zackees/pyflutterinstall/actions/workflows/push_ubuntu.yml/badge.svg)](https://github.com/zackees/pyflutterinstall/actions/workflows/push_ubuntu.yml)

Usage
```bash
> pip install pyflutterinstall
> pyflutterinstall
```

This is still beta software. Despite tests passing, only windows is supported.

Build info is located at [pyflutterinstall/pyflutterinstall/resources.py ](pyflutterinstall/resources.py)

# Releases

  * 0.2: Automated tests for windows
  * 0.1: Initial release - windows supported.
