fzyzcjy / flutter_rust_bridge

Flutter/Dart <-> Rust binding generator, feature-rich, but seamless and simple.

Home Page:https://fzyzcjy.github.io/flutter_rust_bridge/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2.0.0-dev.21 moves `RustOpaque` and `StreamSink` compared with previous beta versions, causing confusion

BppleMan opened this issue · comments

Describe the bug

I upgraded from dev.12 to dev.21

But RustOpaque and StreamSink seem to be no longer available?

Has RustOpaque been migrated to RustOpaqueNom?

So where does StreamSink migrate to?

Steps to reproduce

Nothing

Logs

Nothing

Expected behavior

Nothing

Generated binding code

Nothing

OS

No response

Version of flutter_rust_bridge_codegen

No response

Flutter info

No response

Version of clang++

No response

Additional context

No response

No, just use crate::frb_generated::ThoseThings - it is moved.

I will need to add some doc for this.

Looking forward to seeing updated documentation

Is there any other things being moved?

Just compile - if it compiles, surely you have moved everything! If it does not compile, then it is evident to see which one moves.