Skip to content

DIG-/auto-flutter

Repository files navigation

Auto Flutter

Build Status PyPI - License PyPI - Python Version PyPI - Version

Windows - Supported Linux - Supported MacOS - Partial

Automatic build tools for flutter build tools

Reason

Flutter build tools does not allow to create or bind tasks, making some process tedious. Auto Flutter came with that in mind. Tasks that can be bind with other, and some integrations, like Firebase AppDist out of box.

License

CC BY-ND 4.0

  • You can use and redist freely.
  • You can also modify, but only for yourself.
  • You can use it as a part of your project, but without modifications in this project.

Installation

From PyPI (preferred):

python -m pip install auto_flutter_dig

From github release:

python -m pip install "https://github.com/DIG-/auto-flutter/releases/download/0.6.2/auto_flutter_dig-0.6.2-py3-none-any.whl"

or

python -m pip install "https://github.com/DIG-/auto-flutter/releases/download/0.6.2/auto_flutter_dig.tar.gz"

From github main branch:

python -m pip install "git+https://github.com/DIG-/auto-flutter.git@main#egg=auto_flutter_dig"

Usage

python -m auto_flutter_dig

or

aflutter

First steps

# To show help
aflutter help
# To show how to configure environment
aflutter setup -h
# Check if everything is ok
aflutter setup --check

Go to your flutter project root. Aka. Where is pubspec.yaml and:

aflutter init --name "Name to your project"
# And let the magic happen