Skip to content

Commit c20620c

Browse files
committed
Update fix on flutter
1 parent 05b7cbf commit c20620c

65 files changed

Lines changed: 466 additions & 492 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"makefile.configureOnOpen": false
2+
"python.terminal.activateEnvInCurrentTerminal": true,
3+
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python3"
34
}

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
.PHONY: all check autogen rebuild build_runner deploy pip_install
1+
.PHONY: all check autogen rebuild build_runner deploy pip_install run_web
2+
3+
run_web:
4+
flutter run -d web-server --web-hostname 0.0.0.0 --web-port 7777
25

36
autogen:
4-
python ./scripts/autogen.py
7+
python3 ./scripts/autogen.py
58

69
pip_install:
710
pip install -r ./scripts/requirements.txt

assets/autogen_meta/data_content.json

Lines changed: 212 additions & 228 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)