Commit c34f553
committed
Refactor build command to use BaseBuildCommand
Moved shared build logic from build.py to a new build_base.py, introducing BaseBuildCommand for common build functionality. Updated build.py to inherit from BaseBuildCommand instead of BaseFlutterCommand, and adjusted imports accordingly. This improves code organization and reuse for build-related CLI commands.1 parent 4a443a6 commit c34f553
File tree
4 files changed
+2043
-1910
lines changed- sdk/python/packages/flet-cli/src/flet_cli/commands
4 files changed
+2043
-1910
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments