fastforge output:
Run fastforge package --platform windows --targets exe
fastforge package --platform windows --targets exe
shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
env:
FLUTTER_ROOT: C:\hostedtoolcache\windows\flutter\main-any-arm64/flutter
PUB_CACHE: C:\Users\runneradmin\AppData\Local\Pub\Cache
⠋ Checking for updates...
⠙ Checking for updates...
⠹ Checking for updates...
🎉 You are using the latest version (0.6.9)
$ flutter clean
Deleting .dart_tool... 23ms
Deleting ephemeral... 2ms
Deleting Generated.xcconfig... 0ms
Deleting flutter_export_environment.sh... 0ms
Deleting ephemeral... 1ms
Deleting ephemeral... 1ms
Deleting ephemeral... 1ms
Deleting .flutter-plugins-dependencies... 0ms
Packaging cliq 0.1.0+1 as exe:
$ C:\hostedtoolcache\windows\flutter\main-any-arm64/flutter\bin\flutter build windows --dart-define FLUTTER_BUILD_NAME=0.1.0 --dart-define FLUTTER_BUILD_NUMBER=1
Resolving dependencies...
Downloading packages...
_fe_analyzer_shared 99.0.0 (105.0.0 available)
analyzer 12.1.0 (14.1.0 available)
build 4.0.7 (4.0.8 available)
build_runner 2.15.1 (2.15.2 available)
cli_util 0.4.2 (0.5.1 available)
dart_style 3.1.8 (3.1.12 available)
drift 2.34.0 (2.34.1 available)
drift_dev 2.34.0 (2.34.3 available)
drift_flutter 0.3.0 (0.3.1 available)
hooks 2.0.2 (2.1.0 available)
native_toolchain_c 0.19.2 (0.19.3 available)
package_config 2.2.0 (3.0.0 available)
record_use 0.6.0 (1.0.0 available)
shared_preferences_android 2.4.26 (2.4.27 available)
sqlparser 0.44.5 (0.45.0 available)
test 1.31.1 (1.31.2 available)
test_api 0.7.12 (0.7.13 available)
test_core 0.6.18 (0.6.19 available)
Got dependencies!
18 packages have newer versions incompatible with dependency constraints.
Try `flutter pub outdated` for more information.
FLUTTER_BUILD_NAME is used by the framework and cannot be set using --dart-define or --dart-define-from-file
BuildError: FLUTTER_BUILD_NAME is used by the framework and cannot be set using --dart-define or --dart-define-from-file
BuildError: FLUTTER_BUILD_NAME is used by the framework and cannot be set using --dart-define or --dart-define-from-file
#0 AppBuilder.build (package:flutter_app_builder/src/builders/app_builder.dart:68:7)
#0 AppBuilder.build (package:flutter_app_builder/src/builders/app_builder.dart:68:7)
<asynchronous suspension>
#1 UnifiedDistributor.package (package:unified_distributor/src/unified_distributor.dart:173:27)
<asynchronous suspension>
#2 CommandRunner.runCommand (package:args/command_runner.dart:212:13)
<asynchronous suspension>
#3 main (file:///C:/Users/runneradmin/AppData/Local/Pub/Cache/hosted/pub.dev/fastforge-0.6.9/bin/main.dart:13:5)
<asynchronous suspension>
<asynchronous suspension>
#1 UnifiedDistributor.package (package:unified_distributor/src/unified_distributor.dart:173:27)
<asynchronous suspension>
#2 CommandRunner.runCommand (package:args/command_runner.dart:212:13)
<asynchronous suspension>
#3 main (file:///C:/Users/runneradmin/AppData/Local/Pub/Cache/hosted/pub.dev/fastforge-0.6.9/bin/main.dart:13:5)
<asynchronous suspension>
Build name & number should be read from the pubspec.yaml or by using the build flags:
--build-name=<name>
--build-number=<nr>
fastforge output:
Build name & number should be read from the
pubspec.yamlor by using the build flags: