flutter_agentic_graph 0.1.0 copy "flutter_agentic_graph: ^0.1.0" to clipboard
flutter_agentic_graph: ^0.1.0 copied to clipboard

Stateful agent graphs for Flutter — nodes, conditional edges, cycles, checkpointing, and human-in-the-loop. LangGraph-style orchestration for flutter_agentic.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_agentic_graph

With Flutter:

 $ flutter pub add flutter_agentic_graph

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

dependencies:
  flutter_agentic_graph: ^0.1.0

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:flutter_agentic_graph/flutter_agentic_graph.dart';
1
likes
0
points
195
downloads

Publisher

verified publisherinlayad.com

Weekly Downloads

Stateful agent graphs for Flutter — nodes, conditional edges, cycles, checkpointing, and human-in-the-loop. LangGraph-style orchestration for flutter_agentic.

Repository (GitHub)
View/report issues

Topics

#flutter #ai #agent #graph #orchestration

License

unknown (license)

Dependencies

flutter, flutter_agentic

More

Packages that depend on flutter_agentic_graph