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

A powerful CLI tool to build and release Flutter apps effortlessly. Generate release builds, upload to the cloud, and share QR codes and download links for quick and easy distribution.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart 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.0.1
copied to clipboard

Alternatively, your editor might support dart 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/prompt_storage_options.dart';
import 'package:flutter_release_x/configs/config.dart';
import 'package:flutter_release_x/constants/kstrings.dart';
import 'package:flutter_release_x/helpers/helpers.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/upload_services.dart';
import 'package:flutter_release_x/state_management/upload_state.dart';
copied to clipboard
14
likes
0
points
280
downloads

Publisher

verified publisherelpisverse.com

Weekly Downloads

2024.09.25 - 2025.04.09

A powerful CLI tool to build and release Flutter apps effortlessly. Generate release builds, upload to the cloud, and share QR codes and download links for quick and easy distribution.

Repository (GitHub)
View/report issues

Topics

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

Documentation

Documentation

License

unknown (license)

Dependencies

ansicolor, args, googleapis, googleapis_auth, http, http_parser, image, path, qr, url_launcher, yaml

More

Packages that depend on flutter_release_x