thlorenz / rid

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

feat: ffigen config generated #9

Closed thlorenz closed 3 years ago

thlorenz commented 3 years ago

@MGlolenstine since I removed custom Linux configs we should check that nothing broke because of it. Once we did we can remove them from rid-examples as well.

Completes #8 and should be merged after that one.

thlorenz commented 3 years ago

Another update necessary now is adapting the template since we no longer need to run ffigen in the scripts separately. We can add that in a separate PR though.

MGlolenstine commented 3 years ago

I've just tested out the build system. The clock example compiles and works perfectly fine, but the todo one fails on line lib/interactive.dart:91 at RawRawStore, which I cannot find while grepping, but I can find RawStore. Once that's replaced with RawStore, it compiles perfectly fine.