Skip to content

Commit 2f5f7a4

Browse files
chore(deps): widen connectivity_plus and package_info_plus constraints
Use range constraints instead of major-version-only caret notation so consumers on older versions are not forced to upgrade. Made-with: Cursor
1 parent f4fc0c1 commit 2f5f7a4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Widened `connectivity_plus` dependency to `>=6.1.2 <8.0.0` (adds v7.x support).
13+
- Widened `package_info_plus` dependency to `>=8.0.1 <10.0.0` (adds v9.x support).
14+
1015
### Fixed
1116

1217
- `Faro.init()` now ignores repeated calls after the first successful

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
flutter: ">=3.0.0"
1010

1111
dependencies:
12-
connectivity_plus: ^7.0.0
12+
connectivity_plus: ">=6.1.2 <8.0.0"
1313
dartypod: ^0.2.0
1414
device_info_plus: ^12.3.0
1515
equatable: ^2.0.8
@@ -18,7 +18,7 @@ dependencies:
1818
sdk: flutter
1919
http: ^1.2.2
2020
opentelemetry: ^0.18.10
21-
package_info_plus: ^9.0.0
21+
package_info_plus: ">=8.0.1 <10.0.0"
2222
path_provider: ^2.1.5
2323
plugin_platform_interface: ^2.0.2
2424
shared_preferences: ^2.3.3

0 commit comments

Comments
 (0)