Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit d65ede5

Browse files
author
CarlosMion
authored
Merge pull request #3 from brainn-co/update-readme
updated readme
2 parents feb8ffb + 20740e2 commit d65ede5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
## [1.0.0] - 23/03/2020
22

33
* Launched the Complete, fully customisable, and non-verbose InputField for flutter apps.
4+
5+
## [1.0.2] - 05/05/2020
6+
7+
* updated library homepage

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add this to your pubspec.yaml (or create it):
88

99
```yaml
1010
dependencies:
11-
easy_text_input: ^1.0.0
11+
easy_text_input: ^1.0.2
1212
```
1313
1414
Then run the flutter tooling:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: easy_text_input
22
description: An easy to use, complete, customisable, non-verbose text input brought to you by Brainn.co
3-
version: 1.0.1
3+
version: 1.0.2
44
homepage: https://github.com/brainn-co/easy_text_input
55

66
environment:

0 commit comments

Comments
 (0)