fluentic 0.0.1
fluentic: ^0.0.1 copied to clipboard
Fluentic is a Flutter + Agentic framework designed to make Large Language Models (LLMs) feel like callable functions within your Dart/Flutter applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fluenticThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fluentic: ^0.0.1Alternatively, 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:fluentic/fluentic.dart';