File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
99 flutter : " >=3.0.0"
1010
1111dependencies :
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
You can’t perform that action at this time.
0 commit comments