Skip to content

Commit 54e4869

Browse files
committed
[459] Allowed for device_info_plus 11.0.0.
1 parent 21f535f commit 54e4869

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
build-and-test:
1717
runs-on: macos-latest
18-
timeout-minutes: 20
18+
timeout-minutes: 40
1919
strategy:
2020
matrix:
2121
flutter-version: ['3.24.0', '3.24.3']

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## 11.3.0
22

33
- [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.
46

57
## 11.2.0
68

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
sdk: flutter
1313

1414
# 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'
1616

1717
# Pure Dart library for HTML5 parsing
1818
html: ^0.15.3

0 commit comments

Comments
 (0)