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

Tone Detector is a flutter package that detects the tone of a given text.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tone_detector

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

dependencies:
  tone_detector: ^0.0.5

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

Import it

Now in your Dart code, you can use:

import 'package:tone_detector/tone_detector.dart';
2
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Tone Detector is a flutter package that detects the tone of a given text.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, http

More

Packages that depend on tone_detector