Skip to content

Commit 6661365

Browse files
authored
fix(all): changed homepage url in pubspec.yaml (#3099)
1 parent 5fa797d commit 6661365

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

packages/android_alarm_manager_plus/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: android_alarm_manager_plus
22
description: Flutter plugin for accessing the Android AlarmManager service, and
33
running Dart code in the background when alarms fire.
44
version: 4.0.3
5-
homepage: https://plus.fluttercommunity.dev/
5+
homepage: https://github.com/fluttercommunity/plus_plugins
66
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_alarm_manager_plus
77
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/android_alarm_manager_plus
88

packages/android_intent_plus/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: android_intent_plus
22
description: Flutter plugin for launching Android Intents. Not supported on iOS.
33
version: 5.0.2
4-
homepage: https://plus.fluttercommunity.dev/
4+
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_intent_plus
66
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/android_intent_plus
77

packages/battery_plus/battery_plus/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: battery_plus
22
description: Flutter plugin for accessing information about the battery state(full, charging, discharging).
33
version: 6.0.1
4-
homepage: https://plus.fluttercommunity.dev/
4+
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/battery_plus/battery_plus
66
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/battery_plus
77

packages/battery_plus/battery_plus_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: battery_plus_platform_interface
22
description: A common platform interface for the battery_plus plugin.
33
version: 2.0.0
4-
homepage: https://plus.fluttercommunity.dev/
4+
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66

77
environment:

packages/connectivity_plus/connectivity_plus/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: connectivity_plus
22
description: Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.
33
version: 6.0.3
4-
homepage: https://plus.fluttercommunity.dev/
4+
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
77

packages/connectivity_plus/connectivity_plus_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: connectivity_plus_platform_interface
22
description: A common platform interface for the connectivity_plus plugin.
33
version: 2.0.0
4-
homepage: https://plus.fluttercommunity.dev/
4+
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66

77
environment:

packages/device_info_plus/device_info_plus/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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.
44
version: 10.1.0
5-
homepage: https://plus.fluttercommunity.dev/
5+
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
88

packages/device_info_plus/device_info_plus_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: device_info_plus_platform_interface
22
description: A common platform interface for the device_info_plus plugin.
33
version: 7.0.0
4-
homepage: https://plus.fluttercommunity.dev/
4+
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66

77
dependencies:

packages/network_info_plus/network_info_plus/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: network_info_plus
22
description: Flutter plugin for discovering information (e.g. WiFi details) of the network.
33
version: 5.0.3
4-
homepage: https://plus.fluttercommunity.dev/
4+
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
77

packages/network_info_plus/network_info_plus_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: network_info_plus_platform_interface
22
description: A common platform interface for the network_info_plus plugin.
33
version: 2.0.0
4-
homepage: https://plus.fluttercommunity.dev/
4+
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66

77
environment:

packages/package_info_plus/package_info_plus/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: package_info_plus
22
description: Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android.
33
version: 8.0.0
4-
homepage: https://plus.fluttercommunity.dev/
4+
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/package_info_plus
66
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/package_info_plus
77

packages/package_info_plus/package_info_plus_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: package_info_plus_platform_interface
22
description: A common platform interface for the package_info_plus plugin.
33
version: 3.0.0
4-
homepage: https://plus.fluttercommunity.dev/
4+
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66

77
dependencies:

packages/sensors_plus/sensors_plus/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: sensors_plus
22
description: Flutter plugin for accessing accelerometer, gyroscope, and
33
magnetometer sensors.
44
version: 5.0.1
5-
homepage: https://plus.fluttercommunity.dev/
5+
homepage: https://github.com/fluttercommunity/plus_plugins
66
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/sensors_plus/sensors_plus
77
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/sensors_plus
88

packages/sensors_plus/sensors_plus_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: sensors_plus_platform_interface
22
description: A common platform interface for the sensors_plus plugin.
33
version: 1.2.0
4-
homepage: https://plus.fluttercommunity.dev/
4+
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66

77
dependencies:

packages/share_plus/share_plus/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
33
version: 9.0.0
4-
homepage: https://plus.fluttercommunity.dev/
4+
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
77

packages/share_plus/share_plus_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: share_plus_platform_interface
22
description: A common platform interface for the share_plus plugin.
33
version: 4.0.0
4-
homepage: https://plus.fluttercommunity.dev/
4+
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66

77
dependencies:

0 commit comments

Comments
 (0)