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
appflowy
ffd55763b6
[rust]: replace log with tracing
2021-11-03 15:37:38 +08:00
appflowy
92d7d6f60a
[backend]: save active user
2021-08-31 17:25:08 +08:00
appflowy
4c93b04f3d
explicityly print the internal error from DispatchError
2021-08-31 11:32:51 +08:00
appflowy
dd2cec28e4
create default workspace
2021-08-26 17:58:59 +08:00
appflowy
0734e53f07
read belongings
2021-08-26 10:19:50 +08:00
appflowy
c5881daddd
rename files
2021-07-25 08:14:38 +08:00
appflowy
af1c35de45
create local file when create view with type doc
2021-07-23 16:45:29 +08:00
appflowy
892526c2f9
config rust and flutter steam
2021-07-21 17:07:49 +08:00
appflowy
b89958a551
config create app ui
2021-07-20 23:51:08 +08:00
appflowy
ef4c4180e2
fix sqlite database is lock issue by setting busy_timeout and wal mode
2021-07-19 16:15:20 +08:00
appflowy
bf198783e1
[code gen]: generate the protobuf files in corresponding module
2021-07-13 14:28:01 +08:00
appflowy
1f42fa557b
[code gen]: return unit if there is no ouput
2021-07-13 13:23:03 +08:00
appflowy
2c4560bd2b
mv flowy_logger to flowy_infra package
2021-07-13 10:59:51 +08:00
appflowy
cabd2384a2
remove files generated by code gen before code gen
2021-07-13 10:11:02 +08:00
appflowy
222f6c7ba7
support custom error ty of dart event code gen
2021-07-12 13:53:32 +08:00
appflowy
6f3a03fa07
support event input and output as optional to generate dart code
2021-07-11 22:38:49 +08:00
appflowy
ae23a41445
fix some test bugs when dispatcher initialize by multi threads
2021-07-09 14:02:42 +08:00
appflowy
debc8960e0
generate the dart side code from the rust side event
2021-07-08 13:47:11 +08:00
appflowy
2cb26d9e90
test event from dart to rust using protobuf as bytes adaptor
2021-07-07 22:24:26 +08:00
appflowy
569da533a1
config event template
2021-07-07 14:14:37 +08:00
appflowy
3d0200a4a0
add git flutter hook
2021-07-06 19:56:56 +08:00
appflowy
2fca817136
export flutter protobuf model through protobuf.dart
2021-07-06 11:04:16 +08:00
appflowy
751d1dd3d3
create flutter protobuf model automatically
2021-07-06 09:08:24 +08:00
appflowy
8f615fd115
add flowy.toml file to control protobuf generation process
2021-07-05 23:17:12 +08:00
appflowy
0b76f82d97
test flowy-user with protobuf serde
2021-07-05 21:23:13 +08:00
appflowy
447b5aa128
create crate protobuf mod file automatically
2021-07-05 15:49:03 +08:00
appflowy
f64bd55a33
auto generate crate protobuf file and model
2021-07-05 15:33:39 +08:00
appflowy
def717be59
auto generate proto file from rust struct
2021-07-04 23:31:33 +08:00