File tree Expand file tree Collapse file tree 4 files changed +14
-10
lines changed
Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1+ ## 0.3.0
2+
3+ - sdk: ">=3.0.0" e intl: 0.18.1.
4+
15## 0.2.2
26
37- Adiciona contrib.rocks.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ packages:
4747 path: ".."
4848 relative: true
4949 source: path
50- version: "0.2.1 "
50+ version: "0.3.0 "
5151 clock:
5252 dependency: transitive
5353 description:
@@ -132,10 +132,10 @@ packages:
132132 dependency: transitive
133133 description:
134134 name: intl
135- sha256: a3715e3bc90294e971cb7dc063fbf3cd9ee0ebf8604ffeafabd9e6f16abbdbe6
135+ sha256: "3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d"
136136 url: "https://pub.dev"
137137 source: hosted
138- version: "0.18.0 "
138+ version: "0.18.1 "
139139 io:
140140 dependency: transitive
141141 description:
@@ -393,4 +393,4 @@ packages:
393393 source: hosted
394394 version: "3.1.1"
395395sdks:
396- dart: ">=2.18.3 <3 .0.0"
396+ dart: ">=3.0.0 <4 .0.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ homepage: https://github.com/flutterbootcamp/brasil_datetime
55publish_to : ' none'
66
77environment :
8- sdk : ' >=2.18.3 <3 .0.0'
8+ sdk : ' >=3.0.0 <4 .0.0'
99
1010dependencies :
1111 brasil_datetime :
Original file line number Diff line number Diff line change 11name : brasil_datetime
22description : Extensões para a classe DateTime para facilitar a formatação em pt_BR
3- version : 0.2.2
3+ version : 0.3.0
44homepage : https://github.com/flutterbootcamp/brasil_datetime
55repository : https://github.com/flutterbootcamp/brasil_datetime
66issue_tracker : https://github.com/flutterbootcamp/brasil_datetime/issues
77
88environment :
9- sdk : ' >=2.18.3 <3 .0.0'
9+ sdk : ' >=3.0.0 <4 .0.0'
1010
1111dependencies :
12- intl : ^0.18.0
12+ intl : ^0.18.1
1313
1414dev_dependencies :
15- lints : ^2.0.1
16- test : ^1.22.0
15+ lints : ^2.1.0
16+ test : ^1.24.2
You can’t perform that action at this time.
0 commit comments