Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/battery_plus/battery_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 7.1.1

- **FIX**(battery_plus): raise Apple platform minimums in SPM manifests to match FlutterFramework ([#3919](https://github.com/fluttercommunity/plus_plugins/issues/3919)). ([e7275a38](https://github.com/fluttercommunity/plus_plugins/commit/e7275a3881023a5f96cd83c8ad55da83d2dceafb))
- **DOCS**(battery_plus): Update min iOS and MacOS in README ([#3927](https://github.com/fluttercommunity/plus_plugins/issues/3927)). ([2ea120cc](https://github.com/fluttercommunity/plus_plugins/commit/2ea120cc35fa599d26abbd36fd0aa6e514e45a52))

## 7.1.0

- **REFACTOR**(battery_plus): Migrate from Groovy to Kotlin DSL in Android part ([#3906](https://github.com/fluttercommunity/plus_plugins/issues/3906)). ([104df18a](https://github.com/fluttercommunity/plus_plugins/commit/104df18a36432b81ec808cdfb85e01e7c2781d34))
Expand Down
2 changes: 1 addition & 1 deletion packages/battery_plus/battery_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
dependencies:
flutter:
sdk: flutter
battery_plus: ^7.1.0
battery_plus: ^7.1.1

dev_dependencies:
flutter_driver:
Expand Down
2 changes: 1 addition & 1 deletion packages/battery_plus/battery_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: battery_plus
description: Flutter plugin for accessing information about the battery state(full, charging, discharging).
version: 7.1.0
version: 7.1.1
homepage: https://github.com/fluttercommunity/plus_plugins
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/battery_plus/battery_plus
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/battery_plus
Expand Down
9 changes: 9 additions & 0 deletions packages/connectivity_plus/connectivity_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 7.3.0

- **FEAT**(connectivity_plus): add hasConnectivity() utility extension ([#3842](https://github.com/fluttercommunity/plus_plugins/issues/3842)). ([4c623ae9](https://github.com/fluttercommunity/plus_plugins/commit/4c623ae91269d0aa2e795508c2d6f94659f51ef2))
- **FIX**(connectivity_plus): guard eventSink after engine teardown (iOS) ([#3797](https://github.com/fluttercommunity/plus_plugins/issues/3797)). ([bf04cdf6](https://github.com/fluttercommunity/plus_plugins/commit/bf04cdf66598dc3fca274b8b1db2b92b0bf6b73e))
- **FIX**(connectivity_plus): raise Apple platform minimums in SPM manifests to match FlutterFramework ([#3920](https://github.com/fluttercommunity/plus_plugins/issues/3920)). ([b3bb72e6](https://github.com/fluttercommunity/plus_plugins/commit/b3bb72e6f7fe5a41b8268ac855da7b55e274265b))
- **FIX**(connectivity_plus): use Windows list manager events ([#3829](https://github.com/fluttercommunity/plus_plugins/issues/3829)). ([c876d41f](https://github.com/fluttercommunity/plus_plugins/commit/c876d41f259301d0ad6662afcf72e8aed4b74925))
- **FIX**(connectivity_plus): improve network callback unregistration handling ([#3681](https://github.com/fluttercommunity/plus_plugins/issues/3681)). ([3e150ba7](https://github.com/fluttercommunity/plus_plugins/commit/3e150ba7d6c3219e022572b565000eedd4bedfd5))
- **DOCS**(connectivity_plus): Update min iOS and MacOS in README ([#3926](https://github.com/fluttercommunity/plus_plugins/issues/3926)). ([a0207591](https://github.com/fluttercommunity/plus_plugins/commit/a0207591ad8d503a29c2e953f2c4ea7796b89f68))

## 7.2.0

- **FEAT**(connectivity_plus): Updated Swift Package Manager setup for Flutter 3.44 ([#3893](https://github.com/fluttercommunity/plus_plugins/issues/3893)). ([9c064c2e](https://github.com/fluttercommunity/plus_plugins/commit/9c064c2eaa50c13f27a6e7d2b788f57580658353))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
dependencies:
flutter:
sdk: flutter
connectivity_plus: ^7.2.0
connectivity_plus: ^7.3.0

dev_dependencies:
flutter_driver:
Expand Down
2 changes: 1 addition & 1 deletion packages/connectivity_plus/connectivity_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: connectivity_plus
description: Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.
version: 7.2.0
version: 7.3.0
homepage: https://github.com/fluttercommunity/plus_plugins
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus/connectivity_plus
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/connectivity_plus
Expand Down
4 changes: 4 additions & 0 deletions packages/network_info_plus/network_info_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 8.2.1

- **FIX**(network_info_plus): raise Apple platform minimums in SPM manifests to match FlutterFramework ([#3921](https://github.com/fluttercommunity/plus_plugins/issues/3921)). ([aac885da](https://github.com/fluttercommunity/plus_plugins/commit/aac885da24a61b7ce97d693cfccf0ce86c84872d))

## 8.2.0

- **REFACTOR**(network_info_plus): Change Android Gradle part from Groovy to Kotlin ([#3861](https://github.com/fluttercommunity/plus_plugins/issues/3861)). ([052ec359](https://github.com/fluttercommunity/plus_plugins/commit/052ec359128971cb1710c6ab834c21c4c9f361da))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
dependencies:
flutter:
sdk: flutter
network_info_plus: ^8.2.0
network_info_plus: ^8.2.1
permission_handler: ^12.0.0+1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/network_info_plus/network_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: network_info_plus
description: Flutter plugin for discovering information (e.g. WiFi details) of the network.
version: 8.2.0
version: 8.2.1
homepage: https://github.com/fluttercommunity/plus_plugins
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/network_info_plus/network_info_plus
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/network_info_plus
Expand Down
4 changes: 4 additions & 0 deletions packages/package_info_plus/package_info_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 10.2.1

- **FIX**(package_info_plus): raise Apple platform minimums in SPM manifests to match FlutterFramework ([#3922](https://github.com/fluttercommunity/plus_plugins/issues/3922)). ([4962175c](https://github.com/fluttercommunity/plus_plugins/commit/4962175c123348d953600bdb28374ad89e41b56d))

## 10.2.0

- **REFACTOR**(package_info_plus): change android gradle from groovy to kotlin ([#3858](https://github.com/fluttercommunity/plus_plugins/issues/3858)). ([40bb8477](https://github.com/fluttercommunity/plus_plugins/commit/40bb8477d2539ee522cf6f76b659a0ed28d6080e))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
http: ">=0.13.5 <2.0.0"
package_info_plus: ^10.2.0
package_info_plus: ^10.2.1

dev_dependencies:
build_runner: ^2.3.3
Expand Down
2 changes: 1 addition & 1 deletion packages/package_info_plus/package_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: package_info_plus
description: Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android.
version: 10.2.0
version: 10.2.1
homepage: https://github.com/fluttercommunity/plus_plugins
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/package_info_plus
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/package_info_plus
Expand Down
4 changes: 4 additions & 0 deletions packages/share_plus/share_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 13.2.1

- **FIX**(share_plus): raise Apple platform minimums in SPM manifests to match FlutterFramework ([#3923](https://github.com/fluttercommunity/plus_plugins/issues/3923)). ([949e7717](https://github.com/fluttercommunity/plus_plugins/commit/949e7717ca32fc57dffc4638aeaf154d0fcea0cb))

## 13.2.0

- **REFACTOR**(share_plus): Change Android Gradle from Groovy to Kotlin ([#3860](https://github.com/fluttercommunity/plus_plugins/issues/3860)). ([d9b6f299](https://github.com/fluttercommunity/plus_plugins/commit/d9b6f299dec2c61673a9e4650e9fd554d44422a5))
Expand Down
2 changes: 1 addition & 1 deletion packages/share_plus/share_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Demonstrates how to use the share_plus plugin.
dependencies:
flutter:
sdk: flutter
share_plus: ^13.2.0
share_plus: ^13.2.1
image_picker: ^1.2.2
file_selector: ^1.1.0

Expand Down
2 changes: 1 addition & 1 deletion packages/share_plus/share_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: share_plus
description: Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.
version: 13.2.0
version: 13.2.1
homepage: https://github.com/fluttercommunity/plus_plugins
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus/share_plus
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/share_plus
Expand Down
Loading