Skip to main content

fvupgrader streamlines version upgrades in Flutter projects by automatically updating the pubspec.yaml file and tagging changes in Git. Simplify version control for your Flutter apps, packages, and plugins with this versatile tool.

Project description

Flutter Version Upgrader (fvupgrader)

Pylint Upload Python Package PyPI version

This is a Python script that automates the process of upgrading the version of a Flutter project. It updates the version in the pubspec.yaml file, commits the changes, tags the release, and pushes the changes to the remote repository.

Features

  • Automatically increments the major, minor, or patch version of your Flutter project.
  • Commits the version change to your Git repository.
  • Tags the new version in your Git repository.
  • Pushes the changes to your remote Git repository.

Usage

  1. Ensure you have Python 3 installed on your machine.
  2. Clone this repository or download the fvupgrader.py file.
  3. Navigate to the directory containing the fvupgrader.py file in your terminal.
  4. Run the script with the --path argument pointing to your Flutter project:
python fvupgrader.py --path /path/to/flutter/project

Replace /path/to/flutter/project with the actual path to your Flutter project. If you don't provide the --path argument, the script will use the current directory (.) as the default.

Installation

You can download the fvupgrader.py script directly from the repository:

curl -O https://raw.githubusercontent.com/emiliodallatorre/cepheus-fvupgrader-python/main/fvupgrader.py

To install it, move the downloaded script to /usr/local/bin:

sudo mv fvupgrader.py /usr/local/bin/fvupgrader

After moving the script, you can run it from anywhere on your system by typing fvupgrader in your terminal.

Requirements

  • Python 3
  • Git

Note

This script assumes that your Flutter project's version follows the pattern major.minor.patch+build in the pubspec.yaml file.

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

fvupgrader-1.0.8.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

fvupgrader-1.0.8-py3-none-any.whl (4.3 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