Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: languagetool_textfield
description: The LanguageTool TextField package is a spell-checker designed for Flutter apps. This is useful for apps that need text input like messaging, notes, and email.
version: 1.0.0
homepage: https://github.com/solid-software/languagetool_textfield/
platforms:
android:
ios:
linux:
macos:
web:
windows:

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
Loading