claude_code_sdk 5.0.8 copy "claude_code_sdk: ^5.0.8" to clipboard
claude_code_sdk: ^5.0.8 copied to clipboard

A Dart SDK for interacting with Claude Code, providing seamless integration with AI-powered coding assistance through the Claude Code CLI.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add claude_code_sdk

With Flutter:

 $ flutter pub add claude_code_sdk

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

dependencies:
  claude_code_sdk: ^5.0.8

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

Import it

Now in your Dart code, you can use:

import 'package:claude_code_sdk/claude_code_sdk.dart';
0
likes
150
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart SDK for interacting with Claude Code, providing seamless integration with AI-powered coding assistance through the Claude Code CLI.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

path, programming_cli_core_sdk

More

Packages that depend on claude_code_sdk