image-sieve
GUI based tool to sort and categorize images written in Rust (by Futsch1)
flutter_rust_bridge
Flutter/Dart <-> Rust binding generator, feature-rich, but seamless and simple. (by fzyzcjy)
image-sieve | flutter_rust_bridge | |
---|---|---|
2 | 55 | |
135 | 4,612 | |
0.0% | 1.5% | |
4.7 | 10.0 | |
10 months ago | 9 days ago | |
Rust | Dart | |
GNU General Public License v3.0 only | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
image-sieve
Posts with mentions or reviews of image-sieve.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-13.
flutter_rust_bridge
Posts with mentions or reviews of flutter_rust_bridge.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-10.
-
Pulumi Gestalt 0.0.1 released
Rust (for languages such as Erlang or Dart)
-
Pulumi W̶a̶s̶m̶/̶R̶u̶s̶t̶ Gestalt devlog #7
Currently, Pulumi Gestalt supports C and Wasm/Rust. Next week, I'll be working on native Rust support, which will also pave the way for other languages like Dart and Erlang.
-
REPL for Dart: supporting 3rd party packages, hot reload, and full grammar
https://github.com/fzyzcjy/flutter_rust_bridge
Thanks for everything you've done for the dart community!
-
flutter_rust_bridge VS rinf - a user suggested alternative
2 projects | 17 Jan 2024
-
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.
[0] https://github.com/fzyzcjy/flutter_rust_bridge
-
`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.
- Flutter oder React Native für Appentwicklung?
What are some alternatives?
When comparing image-sieve and flutter_rust_bridge you can also consider the following projects:
fast_image_resize - Rust library for fast image resizing with using of SIMD instructions.
uniffi-rs - a multi-language bindings generator for rust
annatar - The Lord of Gifs! ...Hahahaha shut up.
dioxus - Fullstack app framework for web, desktop, mobile, and more.
rawloader - rust library to extract the raw data and some metadata from digital camera images
bevy - A refreshingly simple data-driven game engine built in Rust