replace Wrap with builder in PeerView for efficiency

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-09-19 15:01:16 +08:00
parent 0246f050e2
commit 0c6aa381c5
5 changed files with 41 additions and 22 deletions

View File

@@ -82,6 +82,7 @@ jobs:
- name: Install flutter rust bridge deps
run: |
git config --global core.longpaths true
cargo install flutter_rust_bridge_codegen --version ${{ env.FLUTTER_RUST_BRIDGE_VERSION }} --features "uuid"
Push-Location flutter ; flutter pub get ; Pop-Location
~/.cargo/bin/flutter_rust_bridge_codegen --rust-input ./src/flutter_ffi.rs --dart-output ./flutter/lib/generated_bridge.dart