Skip to content

Commit

Permalink
Update intl package to 0.17.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtgalone committed Mar 3, 2021
1 parent 54034ae commit fe32242
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@
# 1.0.4

* Add option grouping turn off. Huge Thanks! @yuriescl

# 1.0.5

* Update intl package to 0.17.0.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ https://pub.dev/packages/currency_text_input_formatter
### Add pubspec.yaml
``` yaml
dependencies:
currency_text_input_formatter: ^1.0.4
currency_text_input_formatter: ^1.0.5
```
### Solving Intl package conflict
Add this code end of pubspec.yaml.
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.4"
version: "1.0.5"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -167,7 +167,7 @@ packages:
name: intl
url: "https://pub.dartlang.org"
source: hosted
version: "0.16.1"
version: "0.17.0"
io:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ packages:
name: intl
url: "https://pub.dartlang.org"
source: hosted
version: "0.16.1"
version: "0.17.0"
io:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: currency_text_input_formatter
description: Currency Text Input Formatter for Flutter. Use it easy and simple for your flutter app.
version: 1.0.4
version: 1.0.5
homepage: https://github.com/gtgalone/currency_text_input_formatter

environment:
Expand All @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter

intl: ^0.16.1
intl: ^0.17.0


dev_dependencies:
Expand Down

0 comments on commit fe32242

Please sign in to comment.