• Stars
    star
    667
  • Rank 65,027 (Top 2 %)
  • Language
    Dart
  • License
    MIT License
  • Created over 2 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

flutter_distributor

pub version melos All Contributors

A complete tool for packaging and publishing your Flutter apps.


English | 简体中文


Documentation

The full documentation can be found on distributor.leanflutter.org.

Features

Makers

  • apk - Create a apk package for your app.
  • aab - Create a aab package for your app.
  • appimage - Create a AppImage package for your app.
  • deb - Create a deb package for your app.
  • dmg - Create a dmg package for your app.
  • exe - Create a exe package for your app.
  • ipa - Create a ipa package for your app.
  • msix - Create a msix package for your app.
  • pkg - Create a pkg package for your app.
  • rpm - Create a rpm package for your app.
  • zip - Create a zip package for your app.

Publishers

  • appcenter - Publish your app to appcenter.
  • appstore - Publish your app to appstore.
  • fir - Publish your app to fir.
  • firebase - Publish your app to firebase.
  • firebase_hosting - Publish your app to firebase_hosting.
  • github - Publish your app to github release.
  • pgyer - Publish your app to pgyer.
  • playstore - Publish your app to playstore.
  • qiniu - Publish your app to qiniu.
  • vercel - Publish your app to vercel.

Getting Started

Installation

dart pub global activate flutter_distributor

Usage

Add distribute_options.yaml to your project root directory.

variables:
  PGYER_API_KEY: "your api key"
output: dist/
releases:
  - name: dev
    jobs:
      # Build and publish your apk pkg to pgyer
      - name: release-dev-android
        package:
          platform: android
          target: apk
          build_args:
            target-platform: android-arm,android-arm64
            dart-define:
              APP_ENV: dev
        publish_to: pgyer
      # Build and publish your ipa pkg to pgyer
      - name: release-dev-ios
        package:
          platform: ios
          target: ipa
          build_args:
            export-options-plist: ios/dev_ExportOptions.plist
            dart-define:
              APP_ENV: dev
        publish_to: pgyer

The build_args are the args supported by the flutter build command, please modify it according to your project.

Release Your App

flutter_distributor release --name dev

Who's using it?

  • Biyi - A convenient translation and dictionary app.
  • Qianji - A purely bookkeeping app.
  • Alga - A developer tools app.

Contributors

LiJianying
LiJianying

💻
Zero
Zero

💻
Kingkor Roy Tirtho
Kingkor Roy Tirtho

💻
LAIIIHZ
LAIIIHZ

💻
Tomohiro Ueki
Tomohiro Ueki

💻
Sven Gehring
Sven Gehring

💻
GargantuaX
GargantuaX

💻
Hiperion
Hiperion

💻
Reuben Turner
Reuben Turner

💻
Ankit Mahato
Ankit Mahato

📖
Add your contributions

License

MIT

More Repositories

1

awesome-flutter-desktop

A curated list of awesome things related to Flutter desktop.
1,430
star
2

window_manager

This plugin allows Flutter desktop apps to resizing and repositioning the window.
C++
617
star
3

widget-livebook

Live preview example for flutter widgets.
Dart
605
star
4

flutter_flipperkit

Flipper (Extensible mobile app debugger) for flutter.
Java
359
star
5

auto_updater

This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle).
C++
243
star
6

tray_manager

This plugin allows Flutter desktop apps to defines system tray.
C++
204
star
7

hotkey_manager

This plugin allows Flutter desktop apps to defines system/inapp wide hotkey (i.e. shortcut).
Dart
120
star
8

.github

91
star
9

launch_at_startup

This plugin allows Flutter desktop apps to Auto launch on startup / login.
C++
78
star
10

screen_capturer

This plugin allows Flutter desktop apps to capture screenshots.
C++
75
star
11

protocol_handler

This plugin allows Flutter apps to register and handle custom protocols (i.e. deep linking).
C++
71
star
12

contextual_menu

This plugin allows Flutter desktop apps to create native context menus.
C++
67
star
13

local_notifier

This plugin allows Flutter desktop apps to notify local notifications.
C++
63
star
14

screen_text_extractor

This plugin allows Flutter desktop apps to extract text from screen.
C++
48
star
15

clipboard_watcher

This plugin allows Flutter apps to watch clipboard changes.
C++
45
star
16

flipper-plugin-reduxinspector

Redux Inspector for flipper (Extensible mobile app debugger).
JavaScript
43
star
17

screen_retriever

This plugin allows Flutter desktop apps to Retrieve information about screen size, displays, cursor position, etc.
C++
43
star
18

anyinspect_app

AnyInspect desktop app.
Dart
41
star
19

flutter_flipperkit_plugins

Plugins for flutter flipperkit.
Dart
33
star
20

flutter_apps

A collection of apps built on Flutter.
Dart
29
star
21

uni_links_desktop

A desktop (supports macOS and Windows) implementation of uni_links plugin.
C++
28
star
22

keypress_simulator

This plugin allows Flutter desktop apps to simulate key presses.
C++
25
star
23

flutter_tencent_captcha

适用于 Flutter 的腾讯云验证码插件
Java
25
star
24

uni_translate

A universal translate client.
Dart
20
star
25

flutter_aliyun_captcha

适用于 Flutter 的阿里云滑动验证插件
Dart
19
star
26

uni_ocr

A universal ocr client.
Dart
16
star
27

flutter_svprogresshud

A clean and lightweight progress HUD for flutter app.
Objective-C
15
star
28

flutter_superplayer

适用于 Flutter 的腾讯云超级播放器插件
Java
14
star
29

rise_ui

A fully featured Flutter widgets library, Inspired by mantine.
Dart
11
star
30

storybook_dart

Storybook for Flutter, build your Flutter widgets storybook using storybookjs.
Dart
11
star
31

anyinspect

AnyInspect is a tool for debugging your Flutter apps.
Dart
10
star
32

vclibs

Let your flutter windows apps include vclibs.
C++
10
star
33

shortcut_menu_extender

This plugin allows Flutter apps to Extending global shortcut menus.
C++
10
star
34

flutter_qiyu

适用于 Flutter 的七鱼客服插件
Objective-C
9
star
35

flutter_photo_picker

Photo Picker plugin for Flutter.
Swift
9
star
36

awesome-flutter-mobile

A curated list of awesome things related to Flutter mobile.
9
star
37

makeanyicon

A configurable icon maker.
Dart
9
star
38

flutter_txugcupload

适用于 Flutter 的腾讯云点播上传 SDK
Objective-C
7
star
39

menu_base

Dart
5
star
40

flutter_yunpian_captcha

适用于 Flutter 的云片行为验证插件
Java
5
star
41

sync2gitee

LeanFlutter - To make the flutter even simpler
5
star
42

flipper-plugin-dbbrowser

Database Browser for flipper (Extensible mobile app debugger).
JavaScript
4
star
43

any_icon_maker

A configurable icon maker.
Dart
4
star
44

preference_list

Simplifies building preference pages with flexibility and ease-of-use.
Dart
3
star
45

anyinspect_web

AnyInspect website.
TypeScript
3
star
46

flutter_flipperkit_examples

Examples for flutter flipperkit.
Dart
3
star
47

flutter_desktop_examples

C++
2
star
48

leanflutter_snippets

Dart
2
star
49

flutter-desktop-plugins

Swift
2
star
50

embed_web_pkgs

Dart
2
star
51

website

LeanFlutter web site
Astro
2
star
52

anyinspect_plugins

Plugins for AnyInspect
Dart
2
star
53

flutter_universal_boilerplate

Dart
1
star
54

base_orm

Dart
1
star
55

flutter_distributor_docs_zh

1
star
56

awesome_list_maker

A awesome list maker
Dart
1
star
57

flutter_yidun_captcha

适用于 Flutter 的网易易盾行为式验证码插件
Java
1
star
58

anyinspect_integrate_example

C++
1
star
59

analyzeanyapp

1
star
60

all_sponsors_maker

Dart
1
star
61

mostly_reasonable_lints

A mostly reasonable set of lints for Dart and Flutter projects.
Dart
1
star