π§°
Dioxus Standard Library
π
A platform agnostic library for supercharging your productivity with Dioxus.
dioxus-std
is a Dioxus standard library that provides abstractions for your Dioxus app. Abstractions included are notifications, clipboard, and more to come.
Current & Planned Features
- Clipboard
- Notifications
- Utility Hooks - (use_prefererred_color_scheme: web only)
- Camera - In Progress
- GPS
- Mobile File System
- WiFi
- Bluetooth
This library is current under development. Expect breaking changes.
fn app() {
// TODO: Add example
}
Platform Support
Currently dioxus-std
primarily supports desktop targets. It is planned to support all of Dioxus' targets in the future.
- Desktop (Windows, MacOS, Linux)
- Mobile (Android, iOS)
- Web (WASM)
On linux you need the x11 library to use the clipboard abstraction:
sudo apt-get install xorg-dev
Installation
You can add dioxus-std
to your application by adding it to your dependencies.
[dependencies]
dioxus-std = "0.1.0"
License
This project is licensed under the MIT license.
Every contribution intentionally submitted for inclusion in dioxus-std
by you, shall be licensed as MIT, without any additional terms or conditions.