example-projects icon indicating copy to clipboard operation
example-projects copied to clipboard

Featured Dioxus projects on how to build clean user interfaces in Rust

Results 19 example-projects issues
Sort by recently updated
recently updated
newest added

It's unclear what functionality the dog app is supposed to demonstrate. The rendered page doesn't seem to be related to dogs, and the "search" is unresponsive. None of the buttons...

Steps to reproduce: - Open todo app and create an item - Mark the item as done by selecting its checkbox Result: Item is marked as done, but also activates...

needs to call web, not desktop

In the weather app, there is a "search" bar as well as a list of locations to choose from. However, despite appearances, none of these are actually interactive – the...

When running the wifi scanner example on Ubuntu, it shows "no networks found" despite there being available Wifi connections according to the OS. Steps to reproduce: - Run Wifi scanner...

Version: rustc 1.59.0-nightly (e012a191d 2022-01-06) System: Windows 10 Target: x86_64-pc-windows-msvc ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: WebView2Error(webview2 error, HRESULT 0x80070002)', C:\Users\User\.cargo\registry\src\github.com-1ecc6299db9ec823\dioxus-desktop-0.1.4\src\lib.rs:355:14 stack backtrace: 0: 0x7ff789c6e01f...

this PR is more to request feedback on how it *should* be done, rather than think this is better than the original. Things I saw: - main() was using tokio...

So, while trying to get any example to work, I've met the following issues: 1. Already reported in one of the other issues, but the dioxus dependency references an invalid...

[TodoMVC](https://github.com/DioxusLabs/example-projects/tree/master/todomvc) doesn't have any documentation of how to build and run the example. Simple `cargo run` fails with following error on Debian 11: ``` panicked at 'cannot call wasm-bindgen imported...

**Problem** When I use `trunk serve` to start this project. The browser runs normally for a period of time before opening. but when i don't click browser a half minute,...