File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 15
15
jobs :
16
16
build-and-test :
17
17
runs-on : macos-latest
18
- timeout-minutes : 20
18
+ timeout-minutes : 40
19
19
strategy :
20
20
matrix :
21
21
flutter-version : ['3.24.0', '3.24.3']
Original file line number Diff line number Diff line change 1
1
## 11.3.0
2
2
3
3
- [ 429] Improved the Hindi ('hi') translations. (thanks to @aruhant )
4
+ - [ 456] Fixed Italian ('it') language translations. (thanks to @marcorizza )
5
+ - [ 459] Allowed for device_info_plus 11.0.0.
4
6
5
7
## 11.2.0
6
8
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
12
12
sdk : flutter
13
13
14
14
# From fluttercommunity.dev: Get current device information from within the Flutter application.
15
- device_info_plus : ' >=8.1.0 <11 .0.0'
15
+ device_info_plus : ' >=8.1.0 <12 .0.0'
16
16
17
17
# Pure Dart library for HTML5 parsing
18
18
html : ^0.15.3
You can’t perform that action at this time.
0 commit comments