koel 1.0.0 copy "koel: ^1.0.0" to clipboard
koel: ^1.0.0 copied to clipboard

Meta-package re-exporting koel_core + koel_http + koel_flutter (the quickstart path).

koel #

pub package License: MIT CI

The meta-package for koel, the premium Dart/Flutter SDK for the AG-UI protocol. koel re-exports koel_core + koel_http + koel_flutter so that dart pub add koel gives you the complete quickstart path — typed events, HTTP/SSE transport, and Flutter glue — from a single dependency.

Getting started #

// pubspec.yaml:  dart pub add koel
import 'package:koel/koel.dart';

final client = KoelClient(
  agent: HttpAgent(url: Uri.parse('https://your-backend/agui')),
);

Documentation #

Guides, concepts, and recipes are on the koel docs site. The API reference is on the pub.dev API tab (dart doc); see the repo-root README for the package map.

Changelog #

See CHANGELOG.md.

License #

MIT © 2026 Si Huynh. See LICENSE.

0
likes
150
points
68
downloads

Documentation

API reference

Publisher

verified publishersihuynh.dev

Weekly Downloads

Meta-package re-exporting koel_core + koel_http + koel_flutter (the quickstart path).

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

koel_core, koel_flutter, koel_http

More

Packages that depend on koel