Skip to content

Commit

Permalink
0.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-romanenko committed Jul 13, 2023
1 parent e699716 commit 80cd46e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1

* TODO: Describe initial release.
Initial release that provides basic suggestions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ child: LanguageToolTextField(
_controller.dispose();
```

## Legal

This is an unofficial plugin. We are not affiliated with LanguageTool.
All logos are of their respected owners.

## Current issues

Current issues list [is here](https://github.com/solid-software/languagetool_textfield/issues).\
Expand Down
8 changes: 5 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
name: languagetool_textfield
description: A new Flutter project.
description: Languagetool text field.
version: 0.0.1
homepage: https://github.com/solid-software/languagetool_textfield/


environment:
sdk: '>=2.18.6 <3.0.0'
sdk: '>=2.18.6 <4.0.0'
flutter: ">=1.17.0"

dependencies:
async: ^2.11.0
collection: ^1.17.1
flutter:
sdk: flutter
http: 1.0.0
http: ^1.0.0
throttling: ^1.0.0

dev_dependencies:
Expand Down

0 comments on commit 80cd46e

Please sign in to comment.