appplayer_claude_code_provider 0.1.1
appplayer_claude_code_provider: ^0.1.1 copied to clipboard
A brain_kernel LLM provider that drives Claude Code as a live interactive session (no `-p`), keeping usage on the flat subscription. Desktop-only.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add appplayer_claude_code_providerWith Flutter:
$ flutter pub add appplayer_claude_code_providerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
appplayer_claude_code_provider: ^0.1.1Alternatively, 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:appplayer_claude_code_provider/appplayer_claude_code_provider.dart';