type_mate 1.0.0 copy "type_mate: ^1.0.0" to clipboard
type_mate: ^1.0.0 copied to clipboard

PlatformAndroid

A Flutter plugin for system-wide writing assistance with overlay bubbles that provide spell checking, grammar fixing, and other writing tools.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add type_mate

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

dependencies:
  type_mate: ^1.0.0

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:type_mate/type_mate.dart';
2
likes
160
points
22
downloads
screenshot

Publisher

verified publisherratulicious.me

Weekly Downloads

A Flutter plugin for system-wide writing assistance with overlay bubbles that provide spell checking, grammar fixing, and other writing tools.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on type_mate

Packages that implement type_mate