TitleGeneratorPlugin class

A Flutter plugin for generating smart titles from text using platform-specific NLP capabilities.

This plugin leverages native Natural Language Processing capabilities on iOS and Android to generate contextual and relevant titles from input text.

Constructors

TitleGeneratorPlugin()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateTitles(String text) Future<List<String>>
Generates smart titles from the given text.
getPlatformVersion() Future<String?>
Returns the platform version string.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited