Skip to main content

Automatic tools for flutter tools

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

auto_flutter_dig-0.6.2.tar.gz (69.1 kB view hashes)

Uploaded Source

Built Distribution

auto_flutter_dig-0.6.2-py3-none-any.whl (126.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page