-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first commit you_router * first commit better_ui * - lines_longer_than_80_chars: false * // ignore: implementation_imports, internal import /src of the same project. * lib/notes > lib/pages/notes * 准备给To增加继承的能力,观察下是否把接口适配放在layout还是To更合适 * 尝试了下,组合成code_builder根lib是可以的 * ToType指定扩展,已完成 * remove flutter assets * remove PageBuilder ToUri args
- Loading branch information
Showing
334 changed files
with
3,598 additions
and
5,029 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,6 @@ you can run it local by yourself: | |
```bash | ||
git clone [email protected]:chen56/note.git | ||
./bake install | ||
./bake flutter dev # run as local macos app | ||
./bake flutter dev_web # run as local web app | ||
./bake flutter_web dev # run as local macos app | ||
./bake flutter_web dev_html # run as local web html app | ||
``` |
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.