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.
Changelog #
1.1.1 - 2025-05-22 #
Added #
- ๐ Included a working
example/to demonstrate how to useSummaryService. - ๐งพ Added comprehensive DartDoc comments to public API.
- ๐ Updated SDK constraints to support Dart 3.4.0.
- ๐ฆ Improved
pubspec.yamlformatting and dependency versions.
0.0.1 Initial release #
- ๐ First version of AI Text Summary.
- ๐ง Summarizes long text blocks using OpenAI's API.