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
+
1
5
## 0.2.2
2
6
3
7
- Adiciona contrib.rocks.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ packages:
47
47
path: ".."
48
48
relative: true
49
49
source: path
50
- version: "0.2.1 "
50
+ version: "0.3.0 "
51
51
clock:
52
52
dependency: transitive
53
53
description:
@@ -132,10 +132,10 @@ packages:
132
132
dependency: transitive
133
133
description:
134
134
name: intl
135
- sha256: a3715e3bc90294e971cb7dc063fbf3cd9ee0ebf8604ffeafabd9e6f16abbdbe6
135
+ sha256: "3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d"
136
136
url: "https://pub.dev"
137
137
source: hosted
138
- version: "0.18.0 "
138
+ version: "0.18.1 "
139
139
io:
140
140
dependency: transitive
141
141
description:
@@ -393,4 +393,4 @@ packages:
393
393
source: hosted
394
394
version: "3.1.1"
395
395
sdks:
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
5
5
publish_to : ' none'
6
6
7
7
environment :
8
- sdk : ' >=2.18.3 <3 .0.0'
8
+ sdk : ' >=3.0.0 <4 .0.0'
9
9
10
10
dependencies :
11
11
brasil_datetime :
Original file line number Diff line number Diff line change 1
1
name : brasil_datetime
2
2
description : Extensões para a classe DateTime para facilitar a formatação em pt_BR
3
- version : 0.2.2
3
+ version : 0.3.0
4
4
homepage : https://github.com/flutterbootcamp/brasil_datetime
5
5
repository : https://github.com/flutterbootcamp/brasil_datetime
6
6
issue_tracker : https://github.com/flutterbootcamp/brasil_datetime/issues
7
7
8
8
environment :
9
- sdk : ' >=2.18.3 <3 .0.0'
9
+ sdk : ' >=3.0.0 <4 .0.0'
10
10
11
11
dependencies :
12
- intl : ^0.18.0
12
+ intl : ^0.18.1
13
13
14
14
dev_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