1
0
Evan Almloff 36f67bd5e2 update 0.4 doc links to 0.5 1 жил өмнө
..
.cargo 8f0bb5dc5b chore: cleanup workspace 4 жил өмнө
.vscode 8f0bb5dc5b chore: cleanup workspace 4 жил өмнө
src 2d1234c3d1 Include README and Dioxus logo in package docs (#1536) 1 жил өмнө
CHANGELOG.md 56f3002aed feat: add changelogs 3 жил өмнө
Cargo.toml 36f67bd5e2 update 0.4 doc links to 0.5 1 жил өмнө
Makefile.toml f1865faef7 setup done, local tests work, check workflow 3 жил өмнө
README.md 36f67bd5e2 update 0.4 doc links to 0.5 1 жил өмнө

README.md

Dioxus Mobile

Crates.io MIT licensed Build Status Discord chat

Website | Guides | API Docs | Chat

Overview

dioxus-mobile is a re-export of dioxus-desktop with some minor tweaks and documentation changes. As this crate evolves, it will provide some more unique features to mobile, but for now, it's very similar to the desktop crate.

Dioxus Mobile supports both iOS and Android. However, Android support is still quite experimental and requires a lot of configuration. A good area to contribute here would be to improve the CLI tool to include bundling and mobile configuration.

Getting Set up

Getting set up with mobile can but quite challenging. The tooling here isn't great (yet) and might take some hacking around to get things working. macOS M1 is broadly unexplored and might not work for you.

You can read our guide on mobile development with Dioxus to get started.

Contributing

  • Report issues on our issue tracker.
  • Join the discord and ask questions!

License

This project is licensed under the MIT license.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Dioxus by you shall be licensed as MIT without any additional terms or conditions.