sentiment_dart 0.0.5 copy "sentiment_dart: ^0.0.5" to clipboard
sentiment_dart: ^0.0.5 copied to clipboard

Sentiment Dart is a dart module that uses the AFINN-165 wordlist to perform sentiment analysis on arbitrary blocks of text

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sentiment_dart
copied to clipboard

With Flutter:

 $ flutter pub add sentiment_dart
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sentiment_dart: ^0.0.5
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sentiment_dart/sentiment_dart.dart';
copied to clipboard
18
likes
150
points
599
downloads

Publisher

verified publisherworldtrollfootball.wtf

Weekly Downloads

2024.09.23 - 2025.04.07

Sentiment Dart is a dart module that uses the AFINN-165 wordlist to perform sentiment analysis on arbitrary blocks of text

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

remove_emoji

More

Packages that depend on sentiment_dart