From 876490694d8119f33c3e51613c0f2997641fc22f Mon Sep 17 00:00:00 2001 From: muhib349 Date: Mon, 22 Jul 2024 00:30:03 +0100 Subject: [PATCH 1/2] All: changed homepage url in pubspec.yaml --- packages/android_alarm_manager_plus/pubspec.yaml | 2 +- packages/android_intent_plus/pubspec.yaml | 2 +- packages/battery_plus/battery_plus/pubspec.yaml | 2 +- packages/connectivity_plus/connectivity_plus/pubspec.yaml | 2 +- packages/device_info_plus/device_info_plus/pubspec.yaml | 2 +- packages/network_info_plus/network_info_plus/pubspec.yaml | 2 +- packages/package_info_plus/package_info_plus/pubspec.yaml | 2 +- packages/sensors_plus/sensors_plus/pubspec.yaml | 2 +- packages/share_plus/share_plus/pubspec.yaml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/android_alarm_manager_plus/pubspec.yaml b/packages/android_alarm_manager_plus/pubspec.yaml index 06246243ae..a8c24387c7 100644 --- a/packages/android_alarm_manager_plus/pubspec.yaml +++ b/packages/android_alarm_manager_plus/pubspec.yaml @@ -2,7 +2,7 @@ name: android_alarm_manager_plus description: Flutter plugin for accessing the Android AlarmManager service, and running Dart code in the background when alarms fire. version: 4.0.3 -homepage: https://plus.fluttercommunity.dev/ +homepage: https://github.com/fluttercommunity/plus_plugins repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_alarm_manager_plus issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/android_alarm_manager_plus diff --git a/packages/android_intent_plus/pubspec.yaml b/packages/android_intent_plus/pubspec.yaml index fda935714b..7332ca63c9 100644 --- a/packages/android_intent_plus/pubspec.yaml +++ b/packages/android_intent_plus/pubspec.yaml @@ -1,7 +1,7 @@ name: android_intent_plus description: Flutter plugin for launching Android Intents. Not supported on iOS. version: 5.0.2 -homepage: https://plus.fluttercommunity.dev/ +homepage: https://github.com/fluttercommunity/plus_plugins repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_intent_plus issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/android_intent_plus diff --git a/packages/battery_plus/battery_plus/pubspec.yaml b/packages/battery_plus/battery_plus/pubspec.yaml index e0c46b3580..15669f7fa3 100644 --- a/packages/battery_plus/battery_plus/pubspec.yaml +++ b/packages/battery_plus/battery_plus/pubspec.yaml @@ -1,7 +1,7 @@ name: battery_plus description: Flutter plugin for accessing information about the battery state(full, charging, discharging). version: 6.0.1 -homepage: https://plus.fluttercommunity.dev/ +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 diff --git a/packages/connectivity_plus/connectivity_plus/pubspec.yaml b/packages/connectivity_plus/connectivity_plus/pubspec.yaml index 19b687408b..395897cd23 100644 --- a/packages/connectivity_plus/connectivity_plus/pubspec.yaml +++ b/packages/connectivity_plus/connectivity_plus/pubspec.yaml @@ -1,7 +1,7 @@ name: connectivity_plus description: Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS. version: 6.0.3 -homepage: https://plus.fluttercommunity.dev/ +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 diff --git a/packages/device_info_plus/device_info_plus/pubspec.yaml b/packages/device_info_plus/device_info_plus/pubspec.yaml index 9be6412227..3aef31e482 100644 --- a/packages/device_info_plus/device_info_plus/pubspec.yaml +++ b/packages/device_info_plus/device_info_plus/pubspec.yaml @@ -2,7 +2,7 @@ name: device_info_plus description: Flutter plugin providing detailed information about the device (make, model, etc.), and Android or iOS version the app is running on. version: 10.1.0 -homepage: https://plus.fluttercommunity.dev/ +homepage: https://github.com/fluttercommunity/plus_plugins repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus/device_info_plus issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/device_info_plus diff --git a/packages/network_info_plus/network_info_plus/pubspec.yaml b/packages/network_info_plus/network_info_plus/pubspec.yaml index 37cc47ad94..73f5a33a6e 100644 --- a/packages/network_info_plus/network_info_plus/pubspec.yaml +++ b/packages/network_info_plus/network_info_plus/pubspec.yaml @@ -1,7 +1,7 @@ name: network_info_plus description: Flutter plugin for discovering information (e.g. WiFi details) of the network. version: 5.0.3 -homepage: https://plus.fluttercommunity.dev/ +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 diff --git a/packages/package_info_plus/package_info_plus/pubspec.yaml b/packages/package_info_plus/package_info_plus/pubspec.yaml index 9e8f4f1695..0e9bd426a9 100644 --- a/packages/package_info_plus/package_info_plus/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus/pubspec.yaml @@ -1,7 +1,7 @@ name: package_info_plus description: Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android. version: 8.0.0 -homepage: https://plus.fluttercommunity.dev/ +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 diff --git a/packages/sensors_plus/sensors_plus/pubspec.yaml b/packages/sensors_plus/sensors_plus/pubspec.yaml index b0720c1266..e78fdf4360 100644 --- a/packages/sensors_plus/sensors_plus/pubspec.yaml +++ b/packages/sensors_plus/sensors_plus/pubspec.yaml @@ -2,7 +2,7 @@ name: sensors_plus description: Flutter plugin for accessing accelerometer, gyroscope, and magnetometer sensors. version: 5.0.1 -homepage: https://plus.fluttercommunity.dev/ +homepage: https://github.com/fluttercommunity/plus_plugins repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/sensors_plus/sensors_plus issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/sensors_plus diff --git a/packages/share_plus/share_plus/pubspec.yaml b/packages/share_plus/share_plus/pubspec.yaml index d5768131f1..9c583e3e74 100644 --- a/packages/share_plus/share_plus/pubspec.yaml +++ b/packages/share_plus/share_plus/pubspec.yaml @@ -1,7 +1,7 @@ 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: 9.0.0 -homepage: https://plus.fluttercommunity.dev/ +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 From 36e7da08d385b8789bc84ebf79fa8e936c6d8b3c Mon Sep 17 00:00:00 2001 From: muhib349 Date: Mon, 22 Jul 2024 11:02:38 +0100 Subject: [PATCH 2/2] updated homepage link in _plus_platform_interface yaml file --- .../battery_plus/battery_plus_platform_interface/pubspec.yaml | 2 +- .../connectivity_plus_platform_interface/pubspec.yaml | 2 +- .../device_info_plus_platform_interface/pubspec.yaml | 2 +- .../network_info_plus_platform_interface/pubspec.yaml | 2 +- .../package_info_plus_platform_interface/pubspec.yaml | 2 +- .../sensors_plus/sensors_plus_platform_interface/pubspec.yaml | 2 +- packages/share_plus/share_plus_platform_interface/pubspec.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/battery_plus/battery_plus_platform_interface/pubspec.yaml b/packages/battery_plus/battery_plus_platform_interface/pubspec.yaml index ca81db2d95..11db422833 100644 --- a/packages/battery_plus/battery_plus_platform_interface/pubspec.yaml +++ b/packages/battery_plus/battery_plus_platform_interface/pubspec.yaml @@ -1,7 +1,7 @@ name: battery_plus_platform_interface description: A common platform interface for the battery_plus plugin. version: 2.0.0 -homepage: https://plus.fluttercommunity.dev/ +homepage: https://github.com/fluttercommunity/plus_plugins repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ environment: diff --git a/packages/connectivity_plus/connectivity_plus_platform_interface/pubspec.yaml b/packages/connectivity_plus/connectivity_plus_platform_interface/pubspec.yaml index 59b44f9998..5dc63981b9 100644 --- a/packages/connectivity_plus/connectivity_plus_platform_interface/pubspec.yaml +++ b/packages/connectivity_plus/connectivity_plus_platform_interface/pubspec.yaml @@ -1,7 +1,7 @@ name: connectivity_plus_platform_interface description: A common platform interface for the connectivity_plus plugin. version: 2.0.0 -homepage: https://plus.fluttercommunity.dev/ +homepage: https://github.com/fluttercommunity/plus_plugins repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ environment: diff --git a/packages/device_info_plus/device_info_plus_platform_interface/pubspec.yaml b/packages/device_info_plus/device_info_plus_platform_interface/pubspec.yaml index 8917fc460c..4ef28f429d 100644 --- a/packages/device_info_plus/device_info_plus_platform_interface/pubspec.yaml +++ b/packages/device_info_plus/device_info_plus_platform_interface/pubspec.yaml @@ -1,7 +1,7 @@ name: device_info_plus_platform_interface description: A common platform interface for the device_info_plus plugin. version: 7.0.0 -homepage: https://plus.fluttercommunity.dev/ +homepage: https://github.com/fluttercommunity/plus_plugins repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ dependencies: diff --git a/packages/network_info_plus/network_info_plus_platform_interface/pubspec.yaml b/packages/network_info_plus/network_info_plus_platform_interface/pubspec.yaml index 57b1eb2df3..e8373fca1b 100644 --- a/packages/network_info_plus/network_info_plus_platform_interface/pubspec.yaml +++ b/packages/network_info_plus/network_info_plus_platform_interface/pubspec.yaml @@ -1,7 +1,7 @@ name: network_info_plus_platform_interface description: A common platform interface for the network_info_plus plugin. version: 2.0.0 -homepage: https://plus.fluttercommunity.dev/ +homepage: https://github.com/fluttercommunity/plus_plugins repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ environment: diff --git a/packages/package_info_plus/package_info_plus_platform_interface/pubspec.yaml b/packages/package_info_plus/package_info_plus_platform_interface/pubspec.yaml index 4818ca6733..25216c424a 100644 --- a/packages/package_info_plus/package_info_plus_platform_interface/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus_platform_interface/pubspec.yaml @@ -1,7 +1,7 @@ name: package_info_plus_platform_interface description: A common platform interface for the package_info_plus plugin. version: 3.0.0 -homepage: https://plus.fluttercommunity.dev/ +homepage: https://github.com/fluttercommunity/plus_plugins repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ dependencies: diff --git a/packages/sensors_plus/sensors_plus_platform_interface/pubspec.yaml b/packages/sensors_plus/sensors_plus_platform_interface/pubspec.yaml index 337c16ef89..c291481ae5 100644 --- a/packages/sensors_plus/sensors_plus_platform_interface/pubspec.yaml +++ b/packages/sensors_plus/sensors_plus_platform_interface/pubspec.yaml @@ -1,7 +1,7 @@ name: sensors_plus_platform_interface description: A common platform interface for the sensors_plus plugin. version: 1.2.0 -homepage: https://plus.fluttercommunity.dev/ +homepage: https://github.com/fluttercommunity/plus_plugins repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ dependencies: diff --git a/packages/share_plus/share_plus_platform_interface/pubspec.yaml b/packages/share_plus/share_plus_platform_interface/pubspec.yaml index 4ad7732ad9..8fedb386f8 100644 --- a/packages/share_plus/share_plus_platform_interface/pubspec.yaml +++ b/packages/share_plus/share_plus_platform_interface/pubspec.yaml @@ -1,7 +1,7 @@ name: share_plus_platform_interface description: A common platform interface for the share_plus plugin. version: 4.0.0 -homepage: https://plus.fluttercommunity.dev/ +homepage: https://github.com/fluttercommunity/plus_plugins repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ dependencies: