lora_sdk 1.0.4 copy "lora_sdk: ^1.0.4" to clipboard
lora_sdk: ^1.0.4 copied to clipboard

LoraSDK is a Flutter package that enables easy integration of local Large Language Models (LLM) into your Flutter applications. It provides a streamlined interface for managing and running LLM models [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lora_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  lora_sdk: ^1.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:lora_sdk/lora_sdk.dart';
1
likes
110
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

LoraSDK is a Flutter package that enables easy integration of local Large Language Models (LLM) into your Flutter applications. It provides a streamlined interface for managing and running LLM models locally on device.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

battery_plus, connectivity_plus, convert, crypto, device_info_plus, flutter, flutter_secure_storage, http, logger, package_info_plus, path, path_provider, plugin_platform_interface, shared_preferences, sqflite, synchronized, tiktoken_tokenizer_gpt4o_o1

More

Packages that depend on lora_sdk

Packages that implement lora_sdk