🧠 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
Libraries
- ai_text_summary
- A Dart package for summarizing long text blocks into concise summaries using OpenAI.