Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Version 0.8.*
* ## [0.8.4]
* **[FIX] : By [Anis Alibegić](https://github.com/anisalibegic)**
- Upgrade Intl version


* ## [0.8.3]
* **[FIX] : By [Gerrel](https://github.com/Gerrel)**
- Enforce decimal separator initialization.
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: flutter_money_formatter
description: FlutterMoneyFormatter is a Flutter extension to formatting various types of currencies according to the characteristics you like, without having to be tied to any localization.
version: 0.8.3
version: 0.8.4
author: Fadhly Permata <[email protected]>
homepage: https://github.com/fadhly-permata/flutter_money_formatter

Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
intl: ^0.15.8
intl: ^0.16.0

# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
Expand Down