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

I would like to remove my session folder after uninstall. So i've added these lines: - echo "Removing application support directories..." - rm -rf ~/.local/share/app.test.tracker - rm -rf ~/.local/share/tracker Did...

I'm trying to package to the AppImage format on a Raspberry Pi 4 with Raspbian 12 (aarch64) using the Flutter from Canonical's Snap but I'm receiving the message `MakeError: it's...

Hello. The setup_icon_file property is nowhere to be found in the documentation but I did find a merge request that added this property. Here is my make_config.yaml ```yaml app_id: 5B599538-42B1-4826-A479-AF079F21A65D...

打多个渠道包, 目前用的多个jobs的方式,每次都会重新编译来一遍, 是否有增量的方式, 或者怎么搭配用walle打包,因为目前用了dart-define环境变量

# Next Version Changes - add package_name in rpm and appimage - really resize icons to 512x512, 256x256 and 128x128 - add parameter to include build number, which defaults to...

flutter_distributor --version 0.4.5 ## command flutter_distributor release --name app_store ## yaml - name: app_store jobs: - name: release-appstore-ios package: platform: ios target: ipa channel: appstore build_args: target: lib/main.dart export-options-plist: ios/ExportOptions/AppStore/ExportOptions.plist...

Is there any example of the best "supported" github workflow file for building and releasing this?

All I get is this: ``` $ cp -fr build/linux/x64/release/bundle/. dist/0.0.2+2/linkwarden_mobile-0.0.2+2-linux_pacman/usr/share/linkwarden_mobile/ $ bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,gid,mode,time,size,md5,sha256,link .PKGINFO .INSTALL usr MakeError #0 AppPackageMakerPacman._make (package:flutter_app_packager/src/makers/pacman/app_package_maker_pacman.dart:144:7) #1 FlutterDistributor.package (package:flutter_distributor/src/flutter_distributor.dart:182:35) #2 CommandRunner.runCommand (package:args/command_runner.dart:212:13)...