thlorenz / rid

Rust integrated Dart framework providing an easy way to build Flutter apps with Rust.
64 stars 4 forks source link

Support for `Option<T>` <-> `T?` #52

Open SecondFlight opened 2 years ago

SecondFlight commented 2 years ago

I see this is a TODO in the RID source, but I'm adding a note here to show my interest. I've encountered two places in my app so far where having a nullable field would be helpful, and I'm sure I'll find more in the future.