Skip to content

Commit

Permalink
V2.0.2
Browse files Browse the repository at this point in the history
Merge pull request #18 from Daniel-Ioannou/v2.0.2
close: #16
  • Loading branch information
Daniel-Ioannou committed Mar 18, 2021
2 parents 6a3de83 + 6b9d062 commit fb09505
Show file tree
Hide file tree
Showing 7 changed files with 777 additions and 107 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [2.0.2] - 18 Mar 2021

* Add more currency info:
- Decimal digits
- Plural name
- Symbol on left,
- Decimal separator
- Thousands separator
* Remove Lithuanian Litas currency (was replaced by the Euro).
* Add more currencies:
- Albanian Lek
- Armenian Dram
- Azerbaijani Manat
- Burundian Franc
- Botswanan Pula
- Belarussian Ruble

## [2.0.1] - 12 Mar 2021

* Add `favorite` option.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A flutter package to select a currency from a list of currencies.
Add the package to your pubspec.yaml:

```yaml
currency_picker: ^2.0.1
currency_picker: ^2.0.2
```

In your dart file, import the library:
Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A flutter package to select a currency from a list of currencies.
Add the package to your pubspec.yaml:

```yaml
currency_picker: ^2.0.1
currency_picker: ^2.0.2
```

In your dart file, import the library:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.1"
version: "2.0.2"
fake_async:
dependency: transitive
description:
Expand Down
Loading

1 comment on commit fb09505

@EsteveAguilera
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!!! 🎉

Please sign in to comment.