1.7.6 • Published 9 months ago

@cakioe/tauri-plugin-board v1.7.6

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Tauri Plugin board

This is a vending machine development board of kits for Tauri, utilizing Java or Kotlin for development.

support development board model

  • ZC-* All with Android 11.0+

Setting Up Your Tauri Plugin

Follow these steps to set up the Tauri API for your Android plugin:

# Navigate to the android folder of your plugin
cd android

# Create the tauri-api path
mkdir -p .tauri/tauri-api

# Clone the Tauri repository
git clone https://github.com/tauri-apps/tauri

# Copy the mobile API from the repository to the created path
cp -r tauri/core/tauri/mobile/android/. .tauri/tauri-api

# Remove the cloned Tauri repository
rm -rf tauri

Signature Plugins

You can utilize the following signature plugins:

LanguagePlugin Link
KotlinSignature for Kotlin
JavaScriptSignature for JavaScript
GoSignature for Go
RustSignature for Rust

Storage Configuration

To save data in a JSON format, you can use the following code snippet:

File(this.applicationContext.getExternalFilesDir(null), "xxx.json").writeText(Gson().toJson(payload))

Generating SQLDelight Interface

To generate the SQLDelight interface, run the following command:

./gradlew generateSqlDelightInterface

To pull the database file from your Android device, use:

adb pull /sdcard/xxx/files/xxx.db ./

1.7.6

9 months ago

1.7.5

10 months ago

1.7.4

10 months ago

1.7.3

10 months ago

1.7.2

10 months ago

1.7.0-beta.3

10 months ago

1.7.0-beta.1

11 months ago

1.7.0-beta.2

11 months ago

1.6.1

11 months ago

1.6.0

11 months ago

1.5.6

11 months ago

1.7.0

10 months ago

1.5.4

11 months ago

1.5.3

11 months ago

1.5.2

11 months ago

1.5.1

11 months ago

1.5.0

11 months ago

1.4.0-beta.19

11 months ago

1.4.0-beta.18

11 months ago

1.4.0-beta.17

11 months ago

1.4.0-beta.16

11 months ago

1.4.0-beta.14

11 months ago

1.4.0-beta.13

11 months ago

1.4.0-beta.12

11 months ago

1.4.0-beta.11

11 months ago

1.4.0-beta.10

11 months ago

1.4.0-beta.9

11 months ago

1.4.0-beta.8

11 months ago

1.4.0-beta.7

11 months ago

1.4.0-beta.6

11 months ago

1.4.0-beta.5

11 months ago

1.4.0-beta.4

11 months ago

1.4.0-beta.3

11 months ago

1.4.0-beta.2

11 months ago

1.4.0-beta.1

11 months ago

1.4.0-beta.0

11 months ago

1.3.3

11 months ago

1.3.2

11 months ago

1.3.1

11 months ago

1.3.0

11 months ago

1.2.9

11 months ago

1.2.8

11 months ago

1.2.7

11 months ago

1.2.6

12 months ago

1.2.5

12 months ago

1.2.4

12 months ago

1.2.3

12 months ago

1.2.2

12 months ago

1.2.1

12 months ago

1.2.0

12 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

1 year ago

1.0.6

1 year ago