This repository contains a collection of Tauri plugins developed by Inkibra. These plugins extend the functionality of Tauri applications, providing various features for iOS platforms.
1. Auth Plugin
Provides authentication APIs for Tauri applications, with seamless integration with iOS keychain.
Handles in-app purchases in Tauri applications for iOS platforms.
Enables sharing content from your Tauri application on iOS platforms.
Provides APIs for displaying and interacting with maps in Tauri applications on iOS.
Each plugin can be installed separately. Please refer to the individual plugin READMEs for specific installation instructions.
Before installing any of the plugins, you need to configure npm to use the GitHub Packages registry for the @inkibra scope:
npm config set @inkibra:registry https://npm.pkg.github.comFor yarn users:
yarn config set @inkibra:registry https://npm.pkg.github.comFor pnpm users:
pnpm config set @inkibra:registry https://npm.pkg.github.comEach plugin has its own usage instructions. Please refer to the individual plugin READMEs for detailed usage examples and API documentation.
We welcome contributions to these plugins! Please feel free to submit issues and pull requests for any of the plugins in this repository.
These plugins are licensed under either of:
- Apache License, Version 2.0
- MIT license
at your option.
These plugins are maintained by the Inkibra team and the Tauri community.