factlite 1.1.1
factlite: ^1.1.1 copied to clipboard
A feather-light Dart/Flutter framework for LLM fact-checking and self-correction. Give your LLM a 'System 2' brain.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add factliteThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
factlite: ^1.1.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:factlite/factlite.dart';