title_generator 0.0.1 copy "title_generator: ^0.0.1" to clipboard
title_generator: ^0.0.1 copied to clipboard

Generate smart titles from text using platform-specific Natural Language Processing capabilities. Supports iOS and Android with native NLP integration.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.1 2024-01-XX #

Added #

  • Initial release of Title Generator Plugin
  • Cross-platform support for iOS and Android
  • Native NLP integration using iOS NaturalLanguage framework
  • Android text processing capabilities
  • Simple API for generating smart titles from text
  • Platform-specific title generation algorithms
  • Error handling with graceful fallbacks
  • Example app demonstrating plugin usage

Features #

  • generateTitles(String text) - Generate smart titles from input text
  • getPlatformVersion() - Get platform version information
  • iOS: Advanced NLP with part-of-speech tagging
  • Android: Basic text processing with word filtering

Technical Details #

  • Built with Flutter plugin architecture
  • Uses platform channels for native code communication
  • Supports Flutter 3.3.0 and above
  • Compatible with Dart SDK 3.7.2 and above
1
likes
160
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Generate smart titles from text using platform-specific Natural Language Processing capabilities. Supports iOS and Android with native NLP integration.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on title_generator

Packages that implement title_generator