We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88cf0f commit b224a1bCopy full SHA for b224a1b
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.10.0
2
+- Atualiza `intl`.
3
+
4
## 1.9.1
5
- Ajustes nos comentários. Remoção de variáveis alocadas desnecessáriamente.
6
pubspec.yaml
@@ -1,6 +1,6 @@
name: brasil_fields
description: O jeito mais fácil de utilizar padrões e formatos brasileiros em seu projeto Dart.
-version: 1.9.1
+version: 1.10.0
homepage: https://github.com/flutterbootcamp/brasil_fields
repository: https://github.com/flutterbootcamp/brasil_fields
issue_tracker: https://github.com/flutterbootcamp/brasil_fields/issues
@@ -11,7 +11,7 @@ environment:
11
dependencies:
12
flutter:
13
sdk: flutter
14
- intl: ^0.17.0
+ intl: ^0.18.0
15
16
17
dev_dependencies:
0 commit comments