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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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:

0 commit comments

Comments
 (0)