flutter_distributor icon indicating copy to clipboard operation
flutter_distributor copied to clipboard

An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.

Results 94 flutter_distributor issues
Sort by recently updated
recently updated
newest added

Logs: https://github.com/Muska-Ami/NyaLCF/actions/runs/7327471300/job/19954421475 Idnt sure if it's missing configurations in my `make_config.yaml`, I have compare it with the doc, and seem it doesn't have any options missed? My `make_config.yaml` : ```yml...

``` https://github.com/leanflutter/flutter_distributor/commit/02f1b112f626cb6a6d4ac535ff86c4ec00ef3f81 ``` please add google play document .

I did not find any information about configuring codesign when packaging the exe file in the document. If this feature is not available, can it be added?

Hello! We're using this package to create Linux AppImage builds for our app, but it is failing when copying over shared libraries. Probably it's because it's copying twice. ![image](https://github.com/leanflutter/flutter_distributor/assets/39090621/37e01bdb-802e-4177-9d1f-617a26b697de) ![image](https://github.com/leanflutter/flutter_distributor/assets/39090621/73496d52-4048-46b9-9159-42a4aa5b486a)...

I am getting this error when running following command to build exe for Windows! ```console flutter_distributor package --platform windows --targets exe --artifact-name=TargetMate-windows-0.6.6.exe ``` ### Crash: ```console Unhandled exception: BuildError BuildError...

I've successfully built my appimage file, but after run, it show the default icon like this ![image](https://github.com/leanflutter/flutter_distributor/assets/83078116/10b66206-d4a0-43e2-b6d0-b189a76b7528) I checked the `make_appimage_config.dart` file and saw that the field `Icon` was equal...

Currently, the AppRun configured in generated AppImages is: https://github.com/leanflutter/flutter_distributor/blob/0add98c0c10d2e3b8ae3cc3410495528b8fb8cab/packages/flutter_app_packager/lib/src/makers/appimage/make_appimage_config.dart#L95-L102 Linux distributions do things pretty differently, but generally libraries are found in `usr/lib`, `usr/lib64`, or less commonly, `usr/lib32`. Therefore, it is...

RELEASE FAILED in 159s FormatException: Missing extension byte (at offset 9) #0 _Utf8Decoder.convertSingle (dart:convert-patch/convert_patch.dart:1747:7) #1 Utf8Decoder.convert (dart:convert/utf.dart:351:42) #2 Utf8Codec.decode (dart:convert/utf.dart:63:20) #3 AppPackageParserIpa.parse (package:parse_app_package/src/parsers/ipa/app_package_parser_ipa.dart:39:26) #4 parseAppPackage (package:parse_app_package/src/parse_app_package.dart:14:17) #5 AppPackagePublisherFir.publish (package:flutter_app_publisher/src/publishers/fir/app_package_publisher_fir.dart:68:37) #6...

How can I have two or more jobs (on same release) with same target and platform but different args, etc? Example use case: building both bundle and split APKs for...

Application is compiled successfully but unable to proceed with uploading ![image](https://github.com/leanflutter/flutter_distributor/assets/8414354/dfeaf986-df9c-46e1-9442-6b0a57881347) ``` variables: # See: https://appcenter.ms/settings/apitokens APPCENTER_API_TOKEN: "..." output: dist/ releases: - name: azdev jobs: - name: release-azdev-android package: platform:...