ai_text_summary 1.1.1
ai_text_summary: ^1.1.1 copied to clipboard
A Dart package that summarizes long blocks of text into 3-line summaries using OpenAI.
🧠 AI Text Summary #
AI Text Summary is a Dart/Flutter package that uses OpenAI's GPT model to summarize long blocks of text into 3 concise lines. It's ideal for note-taking apps, CRMs, blogs, or any app where users deal with large amounts of text.
✨ Features #
- 🔍 Summarizes paragraphs into 3-line summaries
- ⚡ Easy integration into any Dart or Flutter app
- 🔑 API key configurable by the user (no hardcoding)
🚀 Getting Started #
1. Install #
Add this to your pubspec.yaml:
dependencies:
ai_text_summary: ^0.0.1