Listado de Características y Fórmulas
Tauri viene con el objetivo de ser extensible. En esta página encontrarás:
- Características: Características y funcionalidades incorporadas en Tauri
- Recursos de la Comunidad: Más plugins y fórmulas creadas por la comunidad de Tauri
Diálogos nativos del sistema para abrir y guardar archivos junto con diálogos de mensajes.
Automatically launch your app at system startup.
Allows your mobile application to use the camera to scan QR codes, EAN-13 and other types of barcodes.
Prompt the user for biometric authentication on Android and iOS.
Read and write to the system clipboard.
Parse arguments from the command line interface.
Set your Tauri application as the default handler for an URL.
Access the file system.
Register global shortcuts.
Access the HTTP client written in Rust.
Use a localhost server in production apps.
Configurable logging.
Read and write NFC tags on Android and iOS.
Send native notifications to the user.
Read information about the operating system.
Persist runtime scope changes on the filesystem.
Move windows to common locations.
Access the current process.
Access the system shell to manage files and URLs using their default application and to spawn child processes.
Ensure that a single instance of your Tauri app is running at a time.
Tauri Plugin providing an interface for the frontend to communicate with SQL databases through sqlx.
Persistent key value storage.
Encrypted, secure database.
In-app updates for Tauri applications.
File uploads through HTTP.
Open a WebSocket connection using a Rust client in JavaScript.
Persist window sizes and positions.
Recursos de la comunidad
© 2024 Tauri Contributors. CC-BY / MIT