flutter_release 0.0.5
flutter_release: ^0.0.5 copied to clipboard
A tool for building, releasing, publishing and deploying Flutter apps.
flutter_release #
A tool for building, releasing, publishing and deploying Flutter apps.
Example #
dart pub global run flutter_release \
--app-name example \
--app-version v0.0.4 \
--release-type apk \
--build-arg=--dart-define=API_URL=https://example.com \
--build-arg=--dart-define=API_KEY=12345678
Options: #
app-name: The name of the app executableapp-version: Semantic version of the release (likev1.2.3), see https://semver.org/build-number: Specify the build numberrelease-type: Release one of the following options:apk,web,ipk,macos,windows,debianbuild-arg: Add options such as--dart-defineto the flutter build command