Skip to content

Commit

Permalink
bake
Browse files Browse the repository at this point in the history
  • Loading branch information
chen56 committed Mar 28, 2024
1 parent 57ee758 commit d946adb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 2 additions & 7 deletions bake
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@ SCRIPT_PATH="$(_real_path "${BASH_SOURCE[0]}")"
SCRIPT_DIR="$(dirname "$SCRIPT_PATH")"
SCRIPT_FILE="$(basename "$SCRIPT_PATH")"

_install_bake(){ curl -L -O https://github.com/chen56/note/raw/main/bake.bash ; }
if ! [[ -f "$SCRIPT_DIR/bake.bash" ]]; then # 文件不存在就下载
_install_bake
fi

# include common script
source "$SCRIPT_DIR/bake.bash"
source "$SCRIPT_DIR/vendor/bake.bash"

##########################################
# app cmd script
Expand Down Expand Up @@ -80,7 +75,7 @@ run() {


# flutter_note flutter create --platforms=macos .
init() {
install() {
run git lfs install
}

Expand Down
4 changes: 4 additions & 0 deletions spaces/flutter_note/lib/notes/1.welcome/note.dart
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ material.io对Compoent的定义如下:
- [ ] OrientationBuilder 根据屏幕方向更新界面
## state 相关
- ValueListenableBuilder
### 主题Theme
### 国际化
Expand Down

0 comments on commit d946adb

Please sign in to comment.