Skip to content

Commit 1539002

Browse files
renefloorxsahil03x
andauthored
fix(core): allow for device_info_plus v10 (#2141)
* fix: allow for device_info_plus v10 * Update packages/stream_chat_flutter_core/pubspec.yaml * Apply suggestions from code review --------- Co-authored-by: Sahil Kumar <xdsahil@gmail.com>
1 parent 1d392be commit 1539002

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

melos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ command:
3232
contextmenu: ^3.0.0
3333
cupertino_icons: ^1.0.3
3434
desktop_drop: ^0.5.0
35-
device_info_plus: ^11.3.0
35+
device_info_plus: '>=10.1.2 <12.0.0'
3636
diacritic: ^0.1.5
3737
dio: ^5.4.3+1
3838
drift: ^2.22.1

packages/stream_chat_flutter_core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Upcoming
2+
3+
🔄 Changed
4+
5+
- Increase range of allowed version `device_info_plus`.
6+
17
## 9.5.0
28

39
🔄 Changed

packages/stream_chat_flutter_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ environment:
2424
dependencies:
2525
collection: ^1.17.2
2626
connectivity_plus: ^6.0.3
27-
device_info_plus: ^11.3.0
27+
device_info_plus: ">=10.1.2 <12.0.0"
2828
flutter:
2929
sdk: flutter
3030
freezed_annotation: ^2.4.1

0 commit comments

Comments
 (0)