dioxus-sdk is a development kit for Dioxus that provides abstractions for your Dioxus app. Abstractions included are notifications, clipboard, geolocation and storage with more to come!
Features
- Geolocation - (Web, Windows)
- Storage - (Web, Desktop)
- Clipboard - (Desktop)
- Notifications - (Desktop)
- Color Scheme - (Web)
- Utility Hooks
- use_channel
- use_window_size
- use_interval
- use_debounce
- use_timeout
- Camera
- WiFi
- Bluetooth
Geolocation example:
use ;
Platform Support
Clipboard
On linux you need the x11 library to use the clipboard abstraction:
sudo apt-get install xorg-dev
Usage
You can add dioxus-sdk to your application by adding it to your dependencies.
[]
= { = "0.6", = [] }
License
This project is dual licensed under the MIT and Apache 2.0 licenses.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in dioxus-sdk by you, shall be licensed as MIT or Apache 2.0, without any additional terms or conditions.