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';
1
likes
130
pub points
22%
popularity

Publisher

verified publisherbixat.dev

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