This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2025-08-23 16:22:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
AppFlowy
/
frontend
/
rust-lib
/
build-tool
/
flowy-codegen
/
src
/
dart_event
/
mod.rs
7 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor: add code_gen crate
2022-02-15 21:27:00 +08:00
#![
allow(clippy::module_inception)
]
chore: build tauri from vscode launch (#1720) * chore: build tauri from vscode launch * fix: unit test Co-authored-by: nathan <nathan@appflowy.io>
2023-01-18 11:22:13 +08:00
refactor: add code_gen crate
2022-02-15 21:27:00 +08:00
mod
dart_event
;
mod
event_template
;
pub
use
dart_event
::
*
;
Reference in New Issue
Copy Permalink