Skip to content

Commit c593c07

Browse files
chore(release): prepare for release (#3550)
1 parent 160a018 commit c593c07

File tree

15 files changed

+40
-11
lines changed

15 files changed

+40
-11
lines changed

packages/connectivity_plus/connectivity_plus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.1.4
2+
3+
- **REFACTOR**(connectivity_plus): removed unused code for web ([#3517](https://github.com/fluttercommunity/plus_plugins/issues/3517)). ([55ac8c5f](https://github.com/fluttercommunity/plus_plugins/commit/55ac8c5fa6f1192cf96e63de1506c82e95b00cda))
4+
15
## 6.1.3
26

37
- **FIX**(connectivity_plus): Resolve missing privacy manifest issue for iOS and MacOS ([#3458](https://github.com/fluttercommunity/plus_plugins/issues/3458)). ([dab92074](https://github.com/fluttercommunity/plus_plugins/commit/dab92074cbf7dece71a64854b4357eb5b62e2f4f))

packages/connectivity_plus/connectivity_plus/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
dependencies:
88
flutter:
99
sdk: flutter
10-
connectivity_plus: ^6.1.3
10+
connectivity_plus: ^6.1.4
1111

1212
dev_dependencies:
1313
flutter_driver:

packages/connectivity_plus/connectivity_plus/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: connectivity_plus
22
description: Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.
3-
version: 6.1.3
3+
version: 6.1.4
44
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus/connectivity_plus
66
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/connectivity_plus

packages/device_info_plus/device_info_plus/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 11.4.0
2+
3+
- **FEAT**(device_info_plus): add ram information ([#3535](https://github.com/fluttercommunity/plus_plugins/issues/3535)). ([160a0182](https://github.com/fluttercommunity/plus_plugins/commit/160a01824cb8a245aec52eb3f5a1fa804ef791eb))
4+
- **FEAT**(device_info_plus): allow to mock device info ([#3525](https://github.com/fluttercommunity/plus_plugins/issues/3525)). ([f78f32c4](https://github.com/fluttercommunity/plus_plugins/commit/f78f32c47fef8045f34944899f6082303182b615))
5+
16
## 11.3.3
27

38
- **FIX**(device_info_plus): handle nullability on getString(DEVICE_NAME) ([#3507](https://github.com/fluttercommunity/plus_plugins/issues/3507)). ([3201e056](https://github.com/fluttercommunity/plus_plugins/commit/3201e056b2a44ce74a3a9218fba59d71d9795379))

packages/device_info_plus/device_info_plus/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Demonstrates how to use the device_info_plus plugin.
44
dependencies:
55
flutter:
66
sdk: flutter
7-
device_info_plus: ^11.3.3
7+
device_info_plus: ^11.4.0
88

99
dev_dependencies:
1010
flutter_driver:

packages/device_info_plus/device_info_plus/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: device_info_plus
22
description: Flutter plugin providing detailed information about the device
33
(make, model, etc.), and Android or iOS version the app is running on.
4-
version: 11.3.3
4+
version: 11.4.0
55
homepage: https://github.com/fluttercommunity/plus_plugins
66
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus/device_info_plus
77
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/device_info_plus

packages/network_info_plus/network_info_plus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.1.4
2+
3+
- **FIX**(network_info_plus): fix deprecated member use in Windows implementation ([#3519](https://github.com/fluttercommunity/plus_plugins/issues/3519)). ([f723fad9](https://github.com/fluttercommunity/plus_plugins/commit/f723fad94e2a834cd0dbac861c6dc086b8dd71f2))
4+
15
## 6.1.3
26

37
- **FIX**(network_info_plus): Improve Wi-Fi IP address retrieval on iOS to avoid null ([#3408](https://github.com/fluttercommunity/plus_plugins/issues/3408)). ([7c8894b9](https://github.com/fluttercommunity/plus_plugins/commit/7c8894b99878ccbcc33845f9d19e0921470d5935))

packages/network_info_plus/network_info_plus/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
dependencies:
88
flutter:
99
sdk: flutter
10-
network_info_plus: ^6.1.3
10+
network_info_plus: ^6.1.4
1111
permission_handler: ^11.3.0
1212

1313
dev_dependencies:

packages/network_info_plus/network_info_plus/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: network_info_plus
22
description: Flutter plugin for discovering information (e.g. WiFi details) of the network.
3-
version: 6.1.3
3+
version: 6.1.4
44
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/network_info_plus/network_info_plus
66
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/network_info_plus

packages/package_info_plus/package_info_plus/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515

1616
dev_dependencies:
1717
build_runner: ^2.3.3
18-
device_info_plus: ^11.3.3
18+
device_info_plus: ^11.4.0
1919
integration_test:
2020
sdk: flutter
2121
flutter_driver:

packages/share_plus/share_plus/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 11.0.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **BREAKING** **FEAT**(share_plus): SharePlus refactor ([#3404](https://github.com/fluttercommunity/plus_plugins/issues/3404)). ([0a19d460](https://github.com/fluttercommunity/plus_plugins/commit/0a19d46010b6ecf5c2f10771e33a39823f7c30b7))
6+
7+
This version introduces the new `SharePlus` class with the `share(params)` method.
8+
It replaces the old `Share` class, which has been deprecated but can still be used.
9+
Check the section "Migrating from `Share` to `SharePlus`" in the `README.md`.
10+
111
## 10.1.4
212

313
- **FIX**(share_plus): fallback for shareXFiles() to use download on web ([#3388](https://github.com/fluttercommunity/plus_plugins/issues/3388)). ([95a12ee3](https://github.com/fluttercommunity/plus_plugins/commit/95a12ee3982dd61de5d07005de62f81c2e99eb08))

packages/share_plus/share_plus/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Demonstrates how to use the share_plus plugin.
44
dependencies:
55
flutter:
66
sdk: flutter
7-
share_plus: ^10.1.4
7+
share_plus: ^11.0.0
88
image_picker: ^1.1.2
99
file_selector: ^1.0.3
1010

packages/share_plus/share_plus/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: share_plus
22
description: Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.
3-
version: 10.1.4
3+
version: 11.0.0
44
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus/share_plus
66
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/share_plus
@@ -35,7 +35,7 @@ dependencies:
3535
sdk: flutter
3636
flutter_web_plugins:
3737
sdk: flutter
38-
share_plus_platform_interface: ^5.0.2
38+
share_plus_platform_interface: ^6.0.0
3939
file: ">=6.1.4 <8.0.0"
4040
url_launcher_web: ^2.3.2
4141
url_launcher_windows: ^3.1.2

packages/share_plus/share_plus_platform_interface/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 6.0.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **BREAKING** **FEAT**(share_plus): SharePlus refactor ([#3404](https://github.com/fluttercommunity/plus_plugins/issues/3404)). ([0a19d460](https://github.com/fluttercommunity/plus_plugins/commit/0a19d46010b6ecf5c2f10771e33a39823f7c30b7))
6+
17
## 5.0.2
28

39
- **REFACTOR**(all): Use range of flutter_lints for broader compatibility ([#3371](https://github.com/fluttercommunity/plus_plugins/issues/3371)). ([8a303add](https://github.com/fluttercommunity/plus_plugins/commit/8a303add3dee1acb8bac5838246490ed8a0fe408))

packages/share_plus/share_plus_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: share_plus_platform_interface
22
description: A common platform interface for the share_plus plugin.
3-
version: 5.0.2
3+
version: 6.0.0
44
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66

0 commit comments

Comments
 (0)