flutter_release_x 0.3.1 copy "flutter_release_x: ^0.3.1" to clipboard
flutter_release_x: ^0.3.1 copied to clipboard

A CLI tool to easily build, release, and share Flutter apps. Supports cloud uploads, QR codes, and download links for fast distribution.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_release_x
copied to clipboard

Use it

The package has the following executables:

$ flutter_release_x
$ frx
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_release_x
copied to clipboard

With Flutter:

 $ flutter pub add flutter_release_x
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_release_x: ^0.3.1
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_release_x/cli.dart';
import 'package:flutter_release_x/commands/build_command.dart';
import 'package:flutter_release_x/commands/notify_command/notify_command.dart';
import 'package:flutter_release_x/commands/prompt_storage_options.dart';
import 'package:flutter_release_x/configs/config.dart';
import 'package:flutter_release_x/constants/kenums.dart';
import 'package:flutter_release_x/constants/kplatforms.dart';
import 'package:flutter_release_x/constants/kstrings.dart';
import 'package:flutter_release_x/helpers/helpers.dart';
import 'package:flutter_release_x/models/app_config_model.dart';
import 'package:flutter_release_x/services/github_upload_service.dart';
import 'package:flutter_release_x/services/google_drive_upload_service.dart';
import 'package:flutter_release_x/services/individual_upload_service.dart';
import 'package:flutter_release_x/services/slack_service.dart';
import 'package:flutter_release_x/services/upload_services.dart';
import 'package:flutter_release_x/state_management/upload_state.dart';
copied to clipboard
14
likes
160
points
371
downloads
screenshot

Publisher

verified publisherelpisverse.com

Weekly Downloads

2024.09.11 - 2025.03.26

A CLI tool to easily build, release, and share Flutter apps. Supports cloud uploads, QR codes, and download links for fast distribution.

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #release #share-cloud #qr-code #app-distribution

Documentation

Documentation
API reference

Funding

Consider supporting this project:

buymeacoffee.com

License

MIT (license)

Dependencies

args, dio, googleapis, googleapis_auth, http, http_parser, image, path, qr, yaml

More

Packages that depend on flutter_release_x