Commit Graph

37 Commits

Author SHA1 Message Date
ljshwyykl
3648a42054 fix conflicts 2021-11-26 09:48:22 +08:00
ljshwyykl
0f48d5da53 build doc 2021-11-25 19:33:35 +08:00
AppFlowy.IO
ac32760bfc
Merge pull request #93 from pdckxd/main 2021-11-25 08:21:12 +08:00
Stanislav
038bf41077
Add unzip to requirements
When running Step #3 `flutter channel dev` got:
```Missing "unzip" tool. Unable to extract Dart SDK.
Consider running "sudo apt-get install unzip".```
2021-11-24 22:08:28 +03:00
Alex to
ba5d66cea0 [Instruction] Enhance BUILD_ON_WINDOWS.md to remove choco dependency
1. doc\BUILD_ON_WINDOWS.md
2. frontend\scripts\makefile\env.toml
  - break down install_targets task into 3 platform specific tasks
  - only install necessary targets for specfic platform
2021-11-24 14:07:06 +08:00
appflowy
054fa4c952 rename some tasks' name 2021-11-23 18:15:33 +08:00
Alex Chen
dd92d0faf4 [Build] Enhance windows build instruction and cargo make scripts
1. doc\BUILD_ON_WINDOWS.md
  - add command for building development version
2. .vscode\tasks.json
  - Enable vscode to launch debug session on windows
3. frontend\scripts\makefile\env.toml
  - Fix "Command : dart not found." on windows
4. frontend\Makefile.toml
  - Change profile name "env.development-windows" to "env.development-desktop-windows-x86"
2021-11-23 08:28:59 +08:00
Annie
9d5eafc97b
Update BUILD_ON_LINUX.md
increase readability
2021-11-22 17:15:45 +08:00
AppFlowy.IO
1517202889
Merge pull request #54 from pdckxd/main
[Build] Fix build instruction to meet the update of folder structure …
2021-11-21 13:52:15 +08:00
appflowy
a535b8585f mark caro make pb as optional action 2021-11-21 13:50:31 +08:00
Alex Chen
702a04ab24 [Build] Fix build instruction to meet the update of folder structure update
1. frontend/scripts/flowy-tool/Cargo.toml
  - fix flowy-ast module path
2. frontend/scripts/makefile/protobuf.toml
  - fix derive_meta path
2021-11-21 09:34:32 +08:00
Annie
4beeffbc37
Update CONTRIBUTING.md 2021-11-20 20:49:48 +08:00
Alex Chen
0dcaa6be2f [Build] Fix Linux build instruction
1. BUILD_ON_LINUX.md
  - Remove brew dependency
  - Update command for development in step 9 & 10
2. Fix file name typo for BUILD_ON_WINDOWS.md
2021-11-20 14:35:44 +08:00
Alex to
d965d26e60 Enable Linux build
1. BUILD_ON_LINUX.md is instruction of building Linux version
2. Update toml files in scripts/makefile/ and /Makefile.toml to support Linux

Building Windows/Linux release version is verified
Didn't get chance to verify building macos version
2021-11-19 12:09:56 +08:00
Alex to
5ee37972ef #19 - [FR] Successfully to build workable version for windows (Rust target: x86_64-pc-windows-msvc), request to contribute
1. scripts\flowy-tool\Cargo.toml
  - Remove shell dependency which does not support windows
2. scripts\makefile\env.toml
  - Enhance environment checking for building app on windows
3. scripts\flowy-tool\src\util\file.rs
  - Trim unnecessary prefix "\\?\" for std::fs::canonicalize(root) on windows
4.  scripts\makefile\flutter.toml
  - add dependency for "tasks.appflowy-windows" to copy dart_ffi.dll from rust build folder to flutter build folder
5. scripts\flowy-tool\src\proto\proto_gen.rs
  - Remove dir by using platform independent code rather than calling *nix shell command
6. scripts\makefile\protobuf.toml
  - tasks.gen_dart_event: call duckscript to gen_dart_event on windows platform
2021-11-17 21:45:18 +08:00
Annie
b51b12ab7d
Update ABOUT_APPFLOWY.md 2021-11-14 16:12:42 +08:00
Annie
95a5c06e30
Update roadmap.md 2021-11-14 13:39:04 +08:00
Annie
2e03e03c77
Update ABOUT_APPFLOWY.md 2021-11-14 13:37:56 +08:00
appflowy
72de8938f5 [flutter]: update readme images 2021-11-13 12:20:57 +08:00
Annie
ec4d4cb2b7
Add files via upload 2021-11-12 17:49:50 +08:00
Annie
0135b14710
Delete howtostar.gif 2021-11-12 17:49:36 +08:00
Annie
ab20de963f
add an image 2021-11-12 17:47:52 +08:00
Annie
7836e98a50
Add an image 2021-11-12 17:23:57 +08:00
Annie
e96db43968
Add files via upload 2021-11-10 16:42:38 +08:00
Annie
823c9f9bd6
Update CONTRIBUTING.md v1.2 2021-11-09 13:32:17 +08:00
Annie
7f3bd45487
Update CONTRIBUTING.md v1.1 2021-11-09 11:49:02 +08:00
Annie
4477169442
Update CONTRIBUTING.md v2 2021-11-09 11:12:30 +08:00
appflowy
8e5cbfb84e [flutter]: quill editor events flow 2021-10-22 11:42:25 +08:00
appflowy
5c0abd915c [flutter]: EditableTextLine render graph 2021-10-21 22:03:58 +08:00
Annie
734f56b6d9
Update About 2021-07-09 17:07:47 +08:00
appflowy
ae23a41445 fix some test bugs when dispatcher initialize by multi threads 2021-07-09 14:02:42 +08:00
appflowy
685643be36 update some doc 2021-07-09 08:43:25 +08:00
appflowy
53a041b6cd rename flowy-sys to flowy-dispatch 2021-07-08 22:06:20 +08:00
appflowy
4d91ed147d add flowy-sys crate 2021-06-24 16:32:36 +08:00
appflowy
126ac20ccc add docs 2021-06-21 22:53:31 +08:00
appflowy
2053cd7f05 update README with DDD Event flow 2021-06-20 23:35:21 +08:00
appflowy
7c4355ae7f update README 2021-06-19 23:41:19 +08:00