-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flet build
command to package Flet app for any platform (#2271)
* Added `flet build` command prototype * Bump `http` dependency * Add `platform`, `python_app_path` and `--output_dir` to flet build command * flet build - 1st prototype * Build options per platform * configurable output folder * Copy assets * Generate app icons and splashes * Generate python package * build find-links, install micropip * Disable splash for specific platform * --base-url, --web-renderer, --use-color-emoji, --route-url-strategy args * Update logo-inkscape.svg * Fix shake detector dependency Close #2257 * Copy build directory and exclude it from a build * More options, detect arch, copy build output * Fix running flutter and dart on Windows * Generate splash screen for selected platforms only * Display output dir * Added --team and --flutter-build-args arguments * build number/version and template args * Copy "assets" to web root * Renamed platform to package * Take stem of module_name * package -> target_platform * Simplified logic for Text.style and Text.theme_style * Fix test: Text.style should support both enum and string
- Loading branch information
1 parent
6c4e475
commit 9f97fdd
Showing
8 changed files
with
927 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.