Package your Flutter app into OS-specific bundles (.app, .exe, etc.) via Dart or the command line.

Overview
Comments
  • ProcessException: No such file or directory

    ProcessException: No such file or directory

    执行

    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      AppPackagePublisherFir.publish (package:app_package_publisher_fir/src/app_package_publisher_fir.dart:109:7)
    <asynchronous suspension>
    #1      FlutterAppPublisher.publish (package:flutter_app_publisher/src/flutter_app_publisher.dart:21:12)
    <asynchronous suspension>
    #2      FlutterDistributor.publish (package:flutter_distributor/src/flutter_distributor.dart:82:37)
    
    opened by yy1300326388 8
  • 打包ipa出错

    打包ipa出错

    打包ipa出错

    不知道为什么打包ipa一直都是报这个错

    版本

    flutter_distributor: ^0.1.4

    配置

    ......省略
          - name: release-dev-ios
            package:
              platform: ios
              target: ipa
              build_args:
                target: lib/main.dart
                export-options-plist: ios/ExportOptions.plist
            publish_to: pgyer
    

    打包日志(xxx为隐藏信息)

    Packaging xxx 1.0.0+1 as ipa:
    Building...
    Cleaning Xcode workspace...
    8.0s
    Deleting build...
    742ms
    Deleting .dart_tool...
    275ms
    Deleting .packages...                                                0ms
    
    Deleting Generated.xcconfig...
    0ms
    Deleting flutter_export_environment.sh...                            0ms
    Deleting Flutter.podspec...
    0ms
    Deleting .flutter-plugins-dependencies...
    0ms
    Deleting .flutter-plugins...
    0ms
    Running "flutter pub get" in xxx...
    4.4s
    Archiving xxx...
    Automatically signing iOS for device deployment using specified development team in Xcode project: xxx
    Running pod install...
    12.1s
    Running Xcode build...
    
    Xcode archive done.                                         526.4s
    Built /Users/xxx/build/ios/archive/Runner.xcarchive.
    
    💪 Building with sound null safety 💪
    Building IPA...
    16.0s
    Encountered error while building IPA:
    BuildError
    #0      AppBuilder.build (package:flutter_app_builder/src/app_builder.dart:52:7)
    <asynchronous suspension>
    #1      FlutterAppBuilder.build (package:flutter_app_builder/src/flutter_app_builder.dart:42:12)
    <asynchronous suspension>
    #2      FlutterDistributor.package (package:flutter_distributor/src/flutter_distributor.dart:146:25)
    <asynchronous suspension>
    #3      FlutterDistributor.release (package:flutter_distributor/src/flutter_distributor.dart:300:43)
    <asynchronous suspension>
    #4      CommandRelease.run (file:///xxx/.pub-cache/hosted/pub.flutter-io.cn/flutter_distributor-0.1.4/bin/command_release.dart:33:5)
    <asynchronous suspension>
    #5      CommandRunner.runCommand (package:args/command_runner.dart:209:13)
    <asynchronous suspension>
    #6      main (file:///xxx/.pub-cache/hosted/pub.flutter-io.cn/flutter_distributor-0.1.4/bin/main.dart:38:3)
    <asynchronous suspension>
    
    Unhandled exception:
    Bad state: No element
    #0      List.first (dart:core-patch/growable_array.dart:339:5)
    #1      FlutterDistributor.release (package:flutter_distributor/src/flutter_distributor.dart:309:50)
    <asynchronous suspension>
    #2      CommandRelease.run (file:///xxx/.pub-cache/hosted/pub.flutter-io.cn/flutter_distributor-0.1.4/bin/command_release.dart:33:5)
    <asynchronous suspension>
    #3      CommandRunner.runCommand (package:args/command_runner.dart:209:13)
    <asynchronous suspension>
    #4      main (file:///xxx/.pub-cache/hosted/pub.flutter-io.cn/flutter_distributor-0.1.4/bin/main.dart:38:3)
    <asynchronous suspension>
    
    
    opened by vance-liu 7
  •  Warning: Executable

    Warning: Executable "flutter_distributor" runs "bin/main.dart", which was not found in flutter_distributor.

    binary is missing?

    ...
    Installed executable flutter_distributor.
    Warning: Executable "flutter_distributor" runs "bin/main.dart", which was not found in flutter_distributor.
    Activated flutter_distributor 0.0.9.
    
    ~ > dart --version
    Dart SDK version: 2.15.1 (stable) (Tue Dec 14 13:32:21 2021 +0100) on "linux_x64"
    
    opened by whoizit 6
  • type 'Null' is not a subtype of type 'List<dynamic>' in type cast

    type 'Null' is not a subtype of type 'List' in type cast

    运行 flutter_distributor package --platform=mac --targets=dmg,zip 后异常

    type 'Null' is not a subtype of type 'List<dynamic>' in type cast
    #0      new DistributeOptions.fromJson (package:flutter_distributor/src/distribute_options.dart:23:48)
    #1      FlutterDistributor.distributeOptions (package:flutter_distributor/src/flutter_distributor.dart:63:48)
    #2      FlutterDistributor.package (package:flutter_distributor/src/flutter_distributor.dart:133:35)
    #3      CommandPackage.run (file:///Users/mac/.pub-cache/hosted/pub.flutter-io.cn/flutter_distributor-0.0.9/bin/command_package.dart:39:23)
    #4      CommandRunner.runCommand (package:args/command_runner.dart:209:27)
    #5      main (file:///Users/mac/.pub-cache/hosted/pub.flutter-io.cn/flutter_distributor-0.0.9/bin/main.dart:28:16)
    <asynchronous suspension>
    

    /// distribute_options.yaml

    output: dist/
    

    /// flutter_distributor 0.0.9.

    opened by chentianxin 5
  • 【蒲公英】升级到最新的 v2 接口,原来的 v2 接口即将废弃

    【蒲公英】升级到最新的 v2 接口,原来的 v2 接口即将废弃

    背景

    近期收到了蒲公英团队的邮件如下,提醒我们升级到最新的 v2 API,之前的 v2 API 即将废弃 image

    image

    升级

    将参考 https://www.pgyer.com/doc/view/api#fastUploadApp 分为如下 3 不来完成上传发布

    • 1、获取上传的 token
    • 2、上传文件到第上一步获取的 URL
    • 3、检测应用是否发布完成,并获取发布应用的信息
    opened by yy1300326388 4
  • Error building dmg file

    Error building dmg file

    I have an issue when trying to build dmg:

    Package is installed globally: dart pub global activate flutter_distributor as well as locally in pubspec.yaml: flutter_distributor: 0.0.6

    There is distribute_options.yaml in the root of project: https://gist.github.com/nzkn/7aeb5090d035b9424537265b1f90997c

    And there is also make config in macos/packaging/dmg/make_config.yaml: https://gist.github.com/nzkn/392e5eefc9346123d5fe68609bc9594f

    The build is triggered with the following command, which I run from the project root: flutter_distributor release --name sand --jobs macos-dmg

    I am getting following issue when trying to build .dmg file:

    Successfully builded Directory: 'build/macos/Build/Products/Release'
    Unhandled exception:
    ProcessException: No such file or directory
      Command: appdmg dist/1.4.7/velocityOS-1.4.7+1.4.7-macos_dmg/make_config.json dist/1.4.7/velocityOS-1.4.7+1.4.7-macos.dmg
    #0      _ProcessImpl._start (dart:io-patch/process_patch.dart:401:33)
    #1      Process.start (dart:io-patch/process_patch.dart:38:20)
    #2      AppPackageMakerDmg.make (package:app_package_maker_dmg/src/app_package_maker_dmg.dart:65:38)
    <asynchronous suspension>
    #3      FlutterAppPackager.package (package:flutter_app_packager/src/flutter_app_packager.dart:40:12)
    <asynchronous suspension>
    #4      FlutterDistributor.package (package:flutter_distributor/src/flutter_distributor.dart:173:35)
    <asynchronous suspension>
    #5      FlutterDistributor.release (package:flutter_distributor/src/flutter_distributor.dart:309:43)
    <asynchronous suspension>
    #6      CommandRelease.run (file:///Users/nkahaniak/.pub-cache/hosted/pub.dartlang.org/flutter_distributor-0.2.2/bin/command_release.dart:33:5)
    <asynchronous suspension>
    #7      CommandRunner.runCommand (package:args/command_runner.dart:209:13)
    <asynchronous suspension>
    #8      main (file:///Users/nkahaniak/.pub-cache/hosted/pub.dartlang.org/flutter_distributor-0.2.2/bin/main.dart:38:3)
    <asynchronous suspension>
    
    

    After the command execution fails I can see the following content of the dist folder: Screenshot 2022-05-20 at 20 28 19

    Am I doing anything wrong?

    opened by nzkn 4
  • Support AppStore publisher

    Support AppStore publisher

    • https://stackoverflow.com/questions/11888122/how-to-upload-an-ios-app-to-the-app-store-via-command-line
    • https://progrunning.net/how-to-upload-ipa-app-package-to-apple-store-connect/
    • https://memo.ecp.plus/upload_ipa/
    opened by yy1300326388 4
  • Support GitHub Release

    Support GitHub Release

    本地测试

    dart ../../packages/flutter_distributor/bin/main.dart release --name dev --skip-clean
    Successfully packaged dist/1.0.0+1/hello_world-1.0.0+1-android.apk
    Publishing to github: ████████████████████████████████ 19171289/19171289 100.0%
    Successfully published https://github.com/yy1300326388/flutter_distributor/releases/download/v0.1.2/hello_world-1.0.0.1-android.apk
    
    Successfully builded Directory: 'build/app/outputs/bundle/release'
    Successfully packaged dist/1.0.0+1/hello_world-1.0.0+1-android.aab
    Publishing to github: ████████████████████████████████ 19236376/19236376 100.0%
    Successfully published https://github.com/yy1300326388/flutter_distributor/releases/download/v0.1.2/hello_world-1.0.0.1-android.aab
    
    Successfully builded Directory: 'build/web'
    Successfully packaged dist/1.0.0+1/hello_world-1.0.0+1-web.zip
    Publishing to github: ████████████████████████████████ 25186573/25186573 100.0%
    Successfully published https://github.com/yy1300326388/flutter_distributor/releases/download/v0.1.2/hello_world-1.0.0.1-web.zip
    
    Successfully builded Directory: 'build/macos/Build/Products/Release'
    Successfully packaged dist/1.0.0+1/hello_world-1.0.0+1-macos.zip
    Publishing to github: ████████████████████████████████ 43474846/43474846 100.0%
    Successfully published https://github.com/yy1300326388/flutter_distributor/releases/download/v0.1.2/hello_world-1.0.0.1-macos.zip
    

    最终效果

    image

    opened by yy1300326388 4
  • Null check operator used on a null value

    Null check operator used on a null value

    执行操作

    flutter_distributor publish --path dist/1.8.0+314/app-1.8.0+314-android.apk --targets fir
    # or
    flutter_distributor publish --path dist/1.8.0+314/app-1.8.0+314-android.apk --targets pgyer
    

    错误

    Unhandled exception:
    Null check operator used on a null value
    #0      AppPackagePublisherFir.publish (package:app_package_publisher_fir/src/app_package_publisher_fir.dart:59:60)
    #1      FlutterAppPublisher.publish (package:flutter_app_publisher/src/flutter_app_publisher.dart:21:28)
    #2      FlutterDistributor.publish (package:flutter_distributor/src/flutter_distributor.dart:82:54)
    #3      CommandPublish.run (file:///Users/zero/project/zero/dart/flutter_distributor/packages/flutter_distributor/bin/command_publish.dart:24:23)
    #4      CommandRunner.runCommand (package:args/command_runner.dart:209:27)
    #5      main (file:///Users/zero/project/zero/dart/flutter_distributor/packages/flutter_distributor/bin/main.dart:18:16)
    #6      _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:295:32)
    #7      _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192:12)
    

    错误情况

    如果我没有把以下 key 添加到环境变量中就会报错

    • 环境变量 Key:FIR_API_TOKEN、PGYER_API_TOKEN
    opened by yy1300326388 4
  • 使用 github action 打包 window exe 的时候出错

    使用 github action 打包 window exe 的时候出错

    下面是执行到 flutter_distributor package --platform windows --targets exe 时候的日志

    $ flutter clean
    Deleting build...                                                1,4[8](https://github.com/ksxkq/flutter_sticker/actions/runs/3073887465/jobs/4966301110#step:7:9)6ms
    Deleting .dart_tool...                                              11ms
    Deleting Generated.xcconfig...                                       0ms
    Deleting flutter_export_environment.sh...                            0ms
    Deleting ephemeral...                                                0ms
    Deleting ephemeral...                                               31ms
    Deleting .flutter-plugins-dependencies...                            0ms
    Deleting .flutter-plugins...                                         0ms
    Packaging fluter_pc 1.0.0+1 as exe:
    $ flutter build windows --dart-define FLUTTER_BUILD_NAME=1.0.0 --dart-define FLUTTER_BUILD_NUMBER=1
    Running "flutter pub get" in flutter_sticker...                 
    Warning: You are using these overridden dependencies:
    ! json_serializable 6.3.2
    ! xml 6.1.0
    Running "flutter pub get" in flutter_sticker...                  2,741ms
    
     Building with sound null safety 
    
    Building Windows application...                                 
    Successfully built Directory: 'build/windows/runner/Release' in 151s
    $ C:\Program Files (x86)\Inno Setup 6\ISCC.exe dist/1.0.0+1/fluter_pc-1.0.0+1-windows-setup_exe.iss
    Inno Setup 6 Command-Line Compiler
    Copyright (C) 1[9](https://github.com/ksxkq/flutter_sticker/actions/runs/3073887465/jobs/4966301110#step:7:10)97-2022 Jordan Russell. All rights reserved.
    Portions Copyright (C) 2000-2022 Martijn Laan. All rights reserved.
    Portions Copyright (C) 2001-2004 Alex Yackimoff. All rights reserved.
    https://www.innosetup.com
    
    Compiler engine version: Inno Setup 6.2.1
    
    Preprocessing
       Reading file: C:\Program Files (x86)\Inno Setup 6\ISPPBuiltins.iss
    Parsing [Setup] section, line 2
    Parsing [Setup] section, line 3
    Parsing [Setup] section, line 4
    Parsing [Setup] section, line 5
    Parsing [Setup] section, line 6
    Parsing [Setup] section, line 7
    Parsing [Setup] section, line 8
    Parsing [Setup] section, line 9
    Parsing [Setup] section, line [10](https://github.com/ksxkq/flutter_sticker/actions/runs/3073887465/jobs/4966301110#step:7:11)
    Parsing [Setup] section, line [11](https://github.com/ksxkq/flutter_sticker/actions/runs/3073887465/jobs/4966301110#step:7:12)
    Parsing [Setup] section, line [12](https://github.com/ksxkq/flutter_sticker/actions/runs/3073887465/jobs/4966301110#step:7:13)
    Parsing [Setup] section, line [13](https://github.com/ksxkq/flutter_sticker/actions/runs/3073887465/jobs/4966301110#step:7:14)
    Parsing [Setup] section, line [14](https://github.com/ksxkq/flutter_sticker/actions/runs/3073887465/jobs/4966301110#step:7:15)
    Parsing [Setup] section, line [15](https://github.com/ksxkq/flutter_sticker/actions/runs/3073887465/jobs/4966301110#step:7:16)
    Parsing [Setup] section, line [16](https://github.com/ksxkq/flutter_sticker/actions/runs/3073887465/jobs/4966301110#step:7:17)
    Parsing [Setup] section, line [17](https://github.com/ksxkq/flutter_sticker/actions/runs/3073887465/jobs/4966301110#step:7:18)
    Parsing [Setup] section, line [18](https://github.com/ksxkq/flutter_sticker/actions/runs/3073887465/jobs/4966301110#step:7:19)
    Parsing [Setup] section, line [19](https://github.com/ksxkq/flutter_sticker/actions/runs/3073887465/jobs/4966301110#step:7:20)
    Reading file (WizardImageFile)
    Reading file (WizardSmallImageFile)
    Preparing Setup program executable
       Updating version info (SETUP.E32)
    Determining language code pages
    Parsing [Languages] section, line 23
       Reading file: C:\Program Files (x86)\Inno Setup 6\Default.isl
    Parsing [Languages] section, line 28
       Reading file: C:\Program Files (x86)\Inno Setup 6\Languages\ChineseSimplified.isl
    Error on line 28 in D:\a\flutter_sticker\flutter_sticker\dist\1.0.0+1\fluter_pc-1.0.0+1-windows-setup_exe.iss: Couldn't open include file "C:\Program Files (x86)\Inno Setup 6\Languages\ChineseSimplified.isl": The system cannot find the file specified.
    Compile aborted.
    MakeError
    #0      AppPackageMakerExe.make (package:flutter_app_packager/src/makers/exe/app_package_maker_exe.dart:51:7)
    <asynchronous suspension>
    #1      FlutterAppPackager.package (package:flutter_app_packager/src/flutter_app_packager.dart:31:12)
    <asynchronous suspension>
    #2      FlutterDistributor.package (package:flutter_distributor/src/flutter_distributor.dart:176:35)
    <asynchronous suspension>
    #3      CommandPackage.run (file:///C:/hostedtoolcache/windows/flutter/stable-3.3.2-x64/.pub-cache/hosted/pub.dartlang.org/flutter_distributor-0.2.6/bin/command_package.dart:55:5)
    <asynchronous suspension>
    #4      CommandRunner.runCommand (package:args/command_runner.dart:[20](https://github.com/ksxkq/flutter_sticker/actions/runs/3073887465/jobs/4966301110#step:7:21)9:13)
    <asynchronous suspension>
    #5      main (file:///C:/hostedtoolcache/windows/flutter/stable-3.3.2-x64/.pub-cache/hosted/pub.dartlang.org/flutter_distributor-0.2.6/bin/main.dart:[38](https://github.com/ksxkq/flutter_sticker/actions/runs/3073887465/jobs/4966301110#step:7:39):3)
    <asynchronous suspension>
    
    opened by ksxkq 3
  • 【Windows】自定义应用名、默认选中创建桌面快捷方式

    【Windows】自定义应用名、默认选中创建桌面快捷方式

    是否可添加功能 make_config.yaml中是否可添加配置项 1、Windows中是否可添加appName设置 控制iss文件中的:#define MyAppName "XXXX" 2、添加是否默认选中“创建桌面快捷方式”,配置项目

    控制iss文件中的 [Tasks] 节点下的
    Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"
    默认check值
    
    opened by 15563988825 3
  • Feat: Linux RPM packaging support

    Feat: Linux RPM packaging support

    This PR adds

    • support for popular Linux packaging format RPM used in Rhel, Fedora and OpenSuse "Linux distributions"
    • Docs for newly added appimage, deb and rpm package formats (en & zh)
    • --flutter-build-args for passing flutter build arguments easily
    opened by KRTirtho 1
  • [Exe] Add `shellexec` flag

    [Exe] Add `shellexec` flag

    • My windows app need admin privilege to run
    • After setup and start app get the error https://stackoverflow.com/questions/4188914/the-requested-operation-requires-elevation-message-after-setup
    • Please add an option for this fix
    opened by annd22 0
  • 打完安卓的包后直接结束了  RELEASE FAILED in 197s

    打完安卓的包后直接结束了 RELEASE FAILED in 197s

    Successfully built Directory: 'build/app/outputs/flutter-apk' in 185s Successfully packaged dist/1.0.8+63/outdoorsensor-arm64-1.0.8+63-android.apk

    RELEASE FAILED in 197s

    opened by zhangyu-1993 1
  • build a deb:  FileSystemException: Cannot open file, path = 'linux/packaging/deb/make_config.yaml

    build a deb: FileSystemException: Cannot open file, path = 'linux/packaging/deb/make_config.yaml

    I followed the instructions .. it built but gave this error`

    FileSystemException: Cannot open file, path = 'linux/packaging/deb/make_config.yaml

    I do not see any documentation for this. I copied the file from the big example yaml

      - name: linux-deb
        package:
          platform: linux
          target: deb
          build_args:
            dart-define:
              APP_ENV: dev
    
    opened by bksubhuti 1
  • 上传appcenter指定 appcenter-distribution-group时报错。

    上传appcenter指定 appcenter-distribution-group时报错。

    如题,apk文件可以上传成功,但是不能指定到distribution-group。 WX20220810-212857@2x

    使用命令: flutter_distributor publish
    --path test.apk
    --targets appcenter
    --appcenter-owner-name ***
    --appcenter-app-name ***
    --appcenter-distribution-group beta

    Unhandled exception:
    DioError [DioErrorType.response]: Http status error [400]
    Source stack:
    #0      DioMixin.fetch (package:dio/src/dio_mixin.dart:488:35)
    #1      DioMixin.request (package:dio/src/dio_mixin.dart:483:12)
    #2      DioMixin.patch (package:dio/src/dio_mixin.dart:249:12)
    #3      AppPackagePublisherAppCenter._applyingDestinationToRelease (package:app_package_publisher_appcenter/src/app_package_publisher_appcenter.dart:247:33)
    #4      AppPackagePublisherAppCenter.publish (package:app_package_publisher_appcenter/src/app_package_publisher_appcenter.dart:106:13)
    <asynchronous suspension>
    #5      FlutterAppPublisher.publish (package:flutter_app_publisher/src/flutter_app_publisher.dart:33:12)
    <asynchronous suspension>
    #6      FlutterDistributor.publish (package:flutter_distributor/src/flutter_distributor.dart:243:39)
    <asynchronous suspension>
    #7      CommandPublish.run (file:///Users/kale/.pub-cache/hosted/pub.dartlang.org/flutter_distributor-0.2.4/bin/command_publish.dart:68:5)
    <asynchronous suspension>
    #8      CommandRunner.runCommand (package:args/command_runner.dart:209:13)
    <asynchronous suspension>
    #9      main (file:///Users/kale/.pub-cache/hosted/pub.dartlang.org/flutter_distributor-0.2.4/bin/main.dart:38:3)
    <asynchronous suspension>
    
    #0      AppPackagePublisherAppCenter.publish (package:app_package_publisher_appcenter/src/app_package_publisher_appcenter.dart:113:7)
    <asynchronous suspension>
    #1      FlutterAppPublisher.publish (package:flutter_app_publisher/src/flutter_app_publisher.dart:33:12)
    <asynchronous suspension>
    #2      FlutterDistributor.publish (package:flutter_distributor/src/flutter_distributor.dart:243:39)
    <asynchronous suspension>
    #3      CommandPublish.run (file:///Users/kale/.pub-cache/hosted/pub.dartlang.org/flutter_distributor-0.2.4/bin/command_publish.dart:68:5)
    <asynchronous suspension>
    #4      CommandRunner.runCommand (package:args/command_runner.dart:209:13)
    <asynchronous suspension>
    #5      main (file:///Users/kale/.pub-cache/hosted/pub.dartlang.org/flutter_distributor-0.2.4/bin/main.dart:38:3)
    <asynchronous suspension>
    
    opened by KaleFoxit 1
Releases(v0.2.5)
  • v0.2.5(Sep 17, 2022)

    • Use shell_executor to execute commands
    • Fix an incorrectly worded message
    • Optimize output messages in console
    • Support linux arm64
    • [maker-zip] without using the 7zip command
    • [publisher-pgyer] Upgrade to v2 Api #91 #92
    Source code(tar.gz)
    Source code(zip)
  • v0.2.4(Jun 15, 2022)

    • [dmg maker] Support code-sign configuration item.
    • [exe maker] Support use custom inno setup script_template. #69
    • [exe maker] Support use custom installDirName. #67
    • [exe maker] Add installer setupIconFile, privilegesRequired options (#79)
    • [exe maker] Set to default 64-bit mode #81
    Source code(tar.gz)
    Source code(zip)
  • v0.2.2(Apr 21, 2022)

    • Support custom artifact_name & channel.
    • fix build_args map entries value may null #64
    • Add dart-define FLUTTER_BUILD_NAME and FLUTTER_BUILD_NUMBER when building #65
    • artifactName adds build_name & build_number variables #66
    Source code(tar.gz)
    Source code(zip)
  • v0.2.0(Apr 16, 2022)

  • v0.1.9(Apr 10, 2022)

    • [exe maker] MakeExeConfig Add executable_name field
    • [exe maker] MakeExeConfig Add display_name field
    • [exe maker] MakeExeConfig Add create_desktop_icon field
    • [exe maker] MakeExeConfig Add install_dir_name field
    • [exe maker] MakeExeConfig Add locales field
    • [exe maker] Support chinese #57 #58
    • Add msix maker
    Source code(tar.gz)
    Source code(zip)
  • v0.1.8(Mar 22, 2022)

  • v0.1.7(Mar 5, 2022)

  • v0.1.6(Feb 19, 2022)

  • v0.1.5(Jan 22, 2022)

  • v0.1.4(Jan 16, 2022)

  • v0.1.3(Jan 9, 2022)

  • v0.1.2(Jan 7, 2022)

Owner
LeanFlutter
To make the flutter even simpler
LeanFlutter
App de organização pessoal para fluxo de pagamentos de contas via código de barras, desenvolvido durante a trilha Flutter da Rocketseat.

pay_flow A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

null 0 Dec 28, 2021
This is a simple quiz app I created for specific use in my church.

flip_quiz_questions A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you star

null 0 Dec 27, 2021
Native applications that are built with a specific programming language for a particular platform

JAWABAN UAS 1.Aplikasi native adalah aplikasi yang dibangun dengan bahasa pemrograman yang spesifik untuk platform tertentu. Contoh populernya yakni p

null 0 Oct 16, 2021
Add a powerful and customizable GIPHY picker into your Flutter app.

enough_giphy_flutter Add a powerful and customizable GIPHY picker into your Flutter app. Benefits Using enough_giphy_flutter has the following benefit

null 0 Apr 21, 2022
(Complete flutter application) Exam and training app as social media, prepared with Firebase backend services, Bloc State management, Singleton design pattern, Unit and widget tests, firebase mocking, Custom local libraries, etc.

(Complete flutter application) Exam and training app as social media, prepared with Firebase backend services, Bloc State management, Singleton design pattern, Unit and widget tests, firebase mocking, Custom local libraries, etc.

Ismael Shakverdiev 45 Jul 14, 2022
A simple recipe showing application made using Flutter , using card Views MaterialPageRoute etc.

recipes A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

Akash Srivastava 1 Oct 31, 2021
Spyxpo Web to App Builder - a tool which is used to convert a website into an app for iOS, Android, Windows, macOS and Linux.

Spyxpo Web to App Builder Convert any website into an iOS/Android app. This is a preview build for testing purposes major update coming soon. Supporte

Spyxpo 4 Aug 24, 2022
A re-modding of the Flutter 2.5 Skeleton App Template into something that really equally shows flutter best practices in DevOPS, OOP, and UX.

A re-modding of the Flutter 2.5 Skeleton App Template into something that really equally shows flutter best practices in DevOPS, OOP, and UX.

Fred Grott 20 Dec 22, 2022
Learn how to incorporate Firebase into our Flutter apps

Flash Chat ⚡️ Our Goal The objective of this tutorial is to learn how to incorporate Firebase into our Flutter apps. We'll be using Firebase Cloud Fir

null 0 Oct 27, 2021
mezza 0 Nov 24, 2021
Prove your identity on demand and manage your finance with Flutter

Identt-User-Flutter IdenTT Prove your identity on demand and manage your finance. View Admin Panel Demo || View App Demo About The Project Problem: Mo

IdenTT 4 May 17, 2022
Flutter Launcher Icons - A package which simplifies the task of updating your Flutter app's launcher icon.

Flutter Launcher Icons - A package which simplifies the task of updating your Flutter app's launcher icon. Fully flexible, allowing you to choose what platform you wish to update the launcher icon for and if you want, the option to keep your old launcher icon in case you want to revert back sometime in the future. Maintainer: @MarkOSullivan94

Flutter Community 1.7k Dec 30, 2022
Flutter app To list down your Daily task ,made using State manager i.e. Provider package

Flutter app To list down your Daily task ,made using State manager i.e. Provider package

ROHIT_GADHAVE 1 Jan 23, 2022
Flutter Package to implement Feedback System in your @Flutter project. Taking Feedback from users made Easy!

Flutter App Feedback Taking feedback from the user made easy! Simply integrate flutter_app_feedback package into your Flutter project and you are read

Mihir Paldhikar 2 Nov 16, 2021
A data backend agnostic repository pattern package for Dart and Flutter

deposit A data backend agnostic repository pattern package for Dart and Flutter. Overview The goal of this package is to provide a repository pattern

Blue Fire 6 Apr 3, 2022
Web example for the ApolloVM Dart package.

ApolloVM - Web Example This is a Web example for the ApolloVM Dart package. Live Example You can see a live example at: https://apollovm.github.io/apo

null 1 Nov 7, 2021
A curated list of awesome Flutter UI design templates to integrate in your Flutter app

Flutter UI/UX Examples ?? Looking for an awesome UI kit for Flutter? Here is a curated list of a few awesome Flutter UI design templates to integrate

null 8 Dec 17, 2022
Tutorial for integrating flutter to your new or existing android app.

AddFlutter2Existing Android App Tutorial for adding flutter to your new or existing android app. Link to tutorial Android Create a Flutter module Let'

Pawan Kumar 21 Jun 27, 2022
Learn how to integrate horizontal & vertical dividers for the widgets in your Flutter app.

Divider - Horizontal & Vertical - Deep Dive - Flutter Learn how to integrate horizontal & vertical dividers for the widgets in your Flutter app. ⚡  So

Johannes Milke 4 Dec 19, 2020