ordered_set
flutter_rust_bridge
Our great sponsors
- Appwrite - The open-source backend cloud platform
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
ordered_set | flutter_rust_bridge | |
---|---|---|
1 | 51 | |
14 | 3,050 | |
- | - | |
0.0 | 0.0 | |
3 months ago | 1 day ago | |
Dart | Dart | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ordered_set
-
Five features I wish Dart had
The great news about this one item list as well is that these are just proposals to add functions to the SDK, which, as we already learned, can be easily done with extension functions. That is where Dartlin comes to rescue again, providing all the aforementioned functions (with the Kotlin nomenclature) and even more (like the handy associate or groupBy). Another useful bit of code can be found on my ordered_set package's Comparing class, to be used alongside functions that take sorting orders. So you can get all these goodies right now, but would be even better to have them standardized into the SDK.
flutter_rust_bridge
-
plugin system for a flutter app
Use some sort of executable file, like webassembly. I've seen extism which is really cool. Though theres no dart port for it or a dart package, i think something could be done via flutter_rust_brige. This will allow people to use the languages supported via extism (js, go, rust, zig, cpp etc) to their full potential and have the language's ecosystem available and they can just compile the plugin to a wasm file and use it in the app. Downsides would be ig using that rust package in dart since flutter_rust_bridge does have some amount of complexity. And that for example, two plugins both written in say for example js, depend on some sort of http package, and both plugins load the same package twice in their respective wasm files. ig plugin files would be more larger in the end.
-
Show HN: Slint - A Declarative UI Toolkit Written in Rust for Embedded & Desktop
Not a Flutter Dev, but have you tried 'flutter_rust_bridge' [0]. Seems provide some interop between flutter and rust and looks like a popular and active project. I'm native mobile dev and just curious about this kind of interop myself. If it's seamless then looks like good balance to do mobile front-end in flutter and mobile backend in rust.
-
`flutter-rust-app-template`: This template provides instant capabilities to developers who want to embrace the power of Rust and Flutter together.
This template is primarily built using the flutter_rust_bridge library. It also incorporates several popular packages and modifications into the default Flutter template, ensuring optimal development process. It has been designed with future scalability and performance in mind.
-
Anybody doing multithreading wasm controlled by rust?
If you want example code, the flutter_rust_bridge uses a webworker pool with shared memory on the web to multithread the execution.
-
I need a GUI framework that can do the following!
There's also the thing that flutter_rust_bridge is currently broken for web development. I have a PR open, but it's running into weird issues with the CI and so can't be merged.
-
Is it possible to build a gui which is both cross compatible and native?
For reference, https://github.com/fzyzcjy/flutter_rust_bridge. And dart is a really nice language too, my only real gripe is that I'm no longer used to [type] [variable] over [variable]: [type]
-
Slint 1.0: The Next-Generation Native GUI Toolkit Matures
https://github.com/fzyzcjy/flutter_rust_bridge (Fixed your href)
-
I’m working on a prototype for a tool that visualizes intra-project dependencies between the source files of a Dart project.
It appears that this is indeed what was happening. The issue has now been fixed in the template.
- no good UI toolkit/framework
-
How to implement message passing in ffi?
It's using 'https://github.com/fzyzcjy/flutter_rust_bridge' to generate the bridging code. That library has a feature which isn't very useful for me, which is to automatically create a thread pool for the rust side.
What are some alternatives?
bevy - A refreshingly simple data-driven game engine built in Rust
uniffi-rs - a multi-language bindings generator for rust
dioxus - Fullstack GUI library for desktop, web, mobile, and more.
Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond
cbindgen - A project for generating C bindings from Rust code
tauri - Build smaller, faster, and more secure desktop applications with a web frontend.
iced - A cross-platform GUI library for Rust, inspired by Elm
Slint - Slint is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications. We support multiple programming languages, such as Rust, C++ or JavaScript. [Moved to: https://github.com/slint-ui/slint]
rust-android-gradle
rustdesk - An open-source remote desktop, and alternative to TeamViewer.
druid - A data-first Rust-native UI design toolkit.
slint - Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.