fluentic 0.0.1 copy "fluentic: ^0.0.1" to clipboard
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 fluentic

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

dependencies:
  fluentic: ^0.0.1

Alternatively, 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';
0
likes
110
points
30
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Fluentic is a Flutter + Agentic framework designed to make Large Language Models (LLMs) feel like callable functions within your Dart/Flutter applications.

License

Apache-2.0 (license)

Dependencies

flutter, http

More

Packages that depend on fluentic