Flutter Distributor是一个完整的工具,用于打包和发布您的 Flutter 应用。只需通过一些简单的配置便可以让你的项目可以快速的打包保存到指定目录及发布到指定的分发平台。 开发这个工具的起因是由于我的个人作品比译发布后,需要将它打包为 Linux,macOS 和 Windows 的平台特定的包格式并发布到 GitHub Releases,起初写了打...
Flutter Distributor是使用Dart写的CI工具,可用于打包和发布Flutter应用。官方文档 安装 dart pub global activate flutter_distributor 用法 将distribute_options.yaml添加到项目根目录,并设定ipa、apk文件输出路径: output: dist/ 配置发布项 build_args是flutter build命令所支持的参数,可根据项目进行修改。
flutter_distributor An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs. English | 简体中文 Documentation The full documentation can be found on distributor.leanflutter.dev. Features Makers apk - Create a apk pa...
Flutter Distributoris a complete tool for packaging and distributing your Flutter applications. With some simple configuration, your project can be quickly packaged and saved to a designated directory and published to a designated distribution platform. Development of this tool cause is due to my perso...
Repository files navigation README MIT license flutter_distributor Docker Image A docker image that has both flutter and flutter_distributor set up and ready to use. Available for linux for both x64 (x86_64/amd64), and arm64 (aarch64) architectures.About...
publisher: LeanFlutter publisher_url: https://github.com/leanflutter/flutter_distributor display_name: Hello 世界 create_desktop_icon: true install_dir_name: HELLO-WORLD locales: en zh If you proceed by adding make_config.yaml, the following error occurs. How can i solve this? [Error Log]...
BytesZerocommentedDec 24, 2021 执行 flutter_distributor publish --path /dist/1.8.0+314/app-1.8.0+314-android.apk --targets fir Error Unhandled exception: ProcessException: No such file or directory Command: apkanalyzer manifest print /dist/1.8.0+314/app-1.8.0+314-android.apk #0 AppPackage...
when i used flutter_distributor buil IPA, I get an error : anbody like me , if you solved it , please let know how to do, thanks distribute_options.yaml env: FIR_API_TOKEN: 'xxx' output: dist/ releases: name: auto_package jobs: name: and...
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/app_package_maker @@ -11,7 +11,7 @@ dependencies: mustache_template: ^2.0.0 pub_semver: ^2.1.0 pubspec_parse: ^1.1.0 shell_executor: ^0.1.2 shell_executor: ^0.1.3 yaml: ^3.1.0 dev_dependencies:4...