Skip to content

Commit 80cd46e

Browse files
0.0.1 release
1 parent e699716 commit 80cd46e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## 0.0.1
22

3-
* TODO: Describe initial release.
3+
Initial release that provides basic suggestions.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ child: LanguageToolTextField(
7777
_controller.dispose();
7878
```
7979

80+
## Legal
81+
82+
This is an unofficial plugin. We are not affiliated with LanguageTool.
83+
All logos are of their respected owners.
84+
8085
## Current issues
8186

8287
Current issues list [is here](https://github.com/solid-software/languagetool_textfield/issues).\

pubspec.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
name: languagetool_textfield
2-
description: A new Flutter project.
2+
description: Languagetool text field.
33
version: 0.0.1
4+
homepage: https://github.com/solid-software/languagetool_textfield/
5+
46

57
environment:
6-
sdk: '>=2.18.6 <3.0.0'
8+
sdk: '>=2.18.6 <4.0.0'
79
flutter: ">=1.17.0"
810

911
dependencies:
1012
async: ^2.11.0
1113
collection: ^1.17.1
1214
flutter:
1315
sdk: flutter
14-
http: 1.0.0
16+
http: ^1.0.0
1517
throttling: ^1.0.0
1618

1719
dev_dependencies:

0 commit comments

Comments
 (0)