deepseek_client 0.0.1 copy "deepseek_client: ^0.0.1" to clipboard
deepseek_client: ^0.0.1 copied to clipboard

Dart library for DeepSeek API interaction, facilitating message exchange and response processing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add deepseek_client

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

dependencies:
  deepseek_client: ^0.0.1

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:deepseek_client/deepseek_client.dart';
2
likes
130
points
32
downloads

Publisher

verified publisherbixat.dev

Weekly Downloads

Dart library for DeepSeek API interaction, facilitating message exchange and response processing.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on deepseek_client