ai_response_cleaner 1.0.1 copy "ai_response_cleaner: ^1.0.1" to clipboard
ai_response_cleaner: ^1.0.1 copied to clipboard

A lightweight Dart package to strip Markdown formatting and return clean text from raw AI model responses.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ai_response_cleaner

With Flutter:

 $ flutter pub add ai_response_cleaner

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

dependencies:
  ai_response_cleaner: ^1.0.1

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:ai_response_cleaner/ai_response_cleaner.dart';
1
likes
160
points
152
downloads

Documentation

API reference

Publisher

verified publishermzansi-innovation-hub.co.za

Weekly Downloads

A lightweight Dart package to strip Markdown formatting and return clean text from raw AI model responses.

Repository
View/report issues

License

GPL-3.0 (license)

More

Packages that depend on ai_response_cleaner