diff --git a/packages/android_alarm_manager_plus/pubspec.yaml b/packages/android_alarm_manager_plus/pubspec.yaml index f7339fe631..077123c653 100644 --- a/packages/android_alarm_manager_plus/pubspec.yaml +++ b/packages/android_alarm_manager_plus/pubspec.yaml @@ -2,9 +2,8 @@ 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: 0.5.0 -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_alarm_manager_plus -documentation: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_alarm_manager_plus -maintainer: Miguel Beltran (@miquelbeltran) +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ dependencies: flutter: diff --git a/packages/android_intent_plus/pubspec.yaml b/packages/android_intent_plus/pubspec.yaml index 4215071262..8e5d2cadbb 100644 --- a/packages/android_intent_plus/pubspec.yaml +++ b/packages/android_intent_plus/pubspec.yaml @@ -1,9 +1,8 @@ name: android_intent_plus description: Flutter plugin for launching Android Intents. Not supported on iOS. version: 0.4.0 -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_intent_plus -documentation: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_intent_plus -maintainer: Miguel Beltran (@miquelbeltran) +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ flutter: plugin: diff --git a/packages/battery_plus/pubspec.yaml b/packages/battery_plus/pubspec.yaml index d9ee2fa40f..ca6a3b9b02 100644 --- a/packages/battery_plus/pubspec.yaml +++ b/packages/battery_plus/pubspec.yaml @@ -1,7 +1,8 @@ name: battery_plus description: Flutter plugin for accessing information about the battery state(full, charging, discharging). -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/battery_plus version: 0.8.0 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ flutter: plugin: diff --git a/packages/battery_plus_platform_interface/pubspec.yaml b/packages/battery_plus_platform_interface/pubspec.yaml index bd438ed92b..b9d1276821 100644 --- a/packages/battery_plus_platform_interface/pubspec.yaml +++ b/packages/battery_plus_platform_interface/pubspec.yaml @@ -1,7 +1,8 @@ name: battery_plus_platform_interface description: A common platform interface for the battery_plus plugin. -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/battery_plus_platform_interface version: 0.1.0 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ environment: sdk: ">=2.7.0 <3.0.0" diff --git a/packages/battery_plus_web/pubspec.yaml b/packages/battery_plus_web/pubspec.yaml index 0b82a573b9..9eaccaf5f9 100644 --- a/packages/battery_plus_web/pubspec.yaml +++ b/packages/battery_plus_web/pubspec.yaml @@ -1,7 +1,8 @@ name: battery_plus_web description: An implementation for the web platform of the Flutter `battery_plus` plugin. version: 0.1.0 -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/battery_plus_web +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ flutter: plugin: diff --git a/packages/battery_plus_windows/pubspec.yaml b/packages/battery_plus_windows/pubspec.yaml index 3b09bfe898..0c6129f0dc 100644 --- a/packages/battery_plus_windows/pubspec.yaml +++ b/packages/battery_plus_windows/pubspec.yaml @@ -1,7 +1,8 @@ name: battery_plus_windows description: Windows implementation of the battery_plus plugin -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/battery_plus_windows version: 0.1.0 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ environment: sdk: ">=2.7.0 <3.0.0" diff --git a/packages/connectivity_plus/pubspec.yaml b/packages/connectivity_plus/pubspec.yaml index 8d1f723a18..dc8c1f2bab 100644 --- a/packages/connectivity_plus/pubspec.yaml +++ b/packages/connectivity_plus/pubspec.yaml @@ -1,7 +1,8 @@ name: connectivity_plus description: Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS. -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus version: 0.5.0 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ flutter: plugin: diff --git a/packages/connectivity_plus_macos/pubspec.yaml b/packages/connectivity_plus_macos/pubspec.yaml index 95608b7d27..e6e08469bc 100644 --- a/packages/connectivity_plus_macos/pubspec.yaml +++ b/packages/connectivity_plus_macos/pubspec.yaml @@ -1,7 +1,8 @@ name: connectivity_plus_macos description: macOS implementation of the connectivity_plus plugin. version: 0.2.0 -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus_macos +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ flutter: plugin: diff --git a/packages/connectivity_plus_platform_interface/pubspec.yaml b/packages/connectivity_plus_platform_interface/pubspec.yaml index 0d7cd82f26..18e774fd8d 100644 --- a/packages/connectivity_plus_platform_interface/pubspec.yaml +++ b/packages/connectivity_plus_platform_interface/pubspec.yaml @@ -1,7 +1,8 @@ name: connectivity_plus_platform_interface description: A common platform interface for the connectivity_plus plugin. -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus_platform_interface version: 0.2.0 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ dependencies: flutter: diff --git a/packages/connectivity_plus_web/pubspec.yaml b/packages/connectivity_plus_web/pubspec.yaml index f97c5a25c1..87fad5ec94 100644 --- a/packages/connectivity_plus_web/pubspec.yaml +++ b/packages/connectivity_plus_web/pubspec.yaml @@ -1,7 +1,8 @@ name: connectivity_plus_web description: An implementation for the web platform of the Flutter `connectivity_plus` plugin. This uses the NetworkInformation Web API, with a fallback to Navigator.onLine. version: 0.4.0 -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus_web +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ flutter: plugin: diff --git a/packages/device_info_plus/pubspec.yaml b/packages/device_info_plus/pubspec.yaml index 22aa277f6f..42859c029f 100644 --- a/packages/device_info_plus/pubspec.yaml +++ b/packages/device_info_plus/pubspec.yaml @@ -1,8 +1,9 @@ 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. -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus version: 0.5.0 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ flutter: plugin: diff --git a/packages/device_info_plus_linux/pubspec.yaml b/packages/device_info_plus_linux/pubspec.yaml index 2cc48d9f1b..707560d6a1 100644 --- a/packages/device_info_plus_linux/pubspec.yaml +++ b/packages/device_info_plus_linux/pubspec.yaml @@ -1,7 +1,8 @@ name: device_info_plus_linux description: Linux implementation of the device_info_plus plugin -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus_linux version: 0.1.0 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ environment: sdk: ">=2.7.0 <3.0.0" diff --git a/packages/device_info_plus_platform_interface/pubspec.yaml b/packages/device_info_plus_platform_interface/pubspec.yaml index b81346427c..54606b09de 100644 --- a/packages/device_info_plus_platform_interface/pubspec.yaml +++ b/packages/device_info_plus_platform_interface/pubspec.yaml @@ -1,7 +1,8 @@ name: device_info_plus_platform_interface description: A common platform interface for the device_info_plis plugin. -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus_platform_interface version: 0.2.0 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ dependencies: flutter: diff --git a/packages/device_info_plus_web/pubspec.yaml b/packages/device_info_plus_web/pubspec.yaml index 41bab8588b..5b3422c196 100644 --- a/packages/device_info_plus_web/pubspec.yaml +++ b/packages/device_info_plus_web/pubspec.yaml @@ -1,7 +1,8 @@ name: device_info_plus_web description: An implementation for the web platform of the Flutter `device_info_plus` plugin. version: 0.2.0 -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus_web +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ flutter: plugin: diff --git a/packages/package_info_plus/pubspec.yaml b/packages/package_info_plus/pubspec.yaml index fc5123bd4e..db005ac861 100644 --- a/packages/package_info_plus/pubspec.yaml +++ b/packages/package_info_plus/pubspec.yaml @@ -1,7 +1,8 @@ name: package_info_plus description: Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android. -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus version: 0.5.0 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ flutter: plugin: @@ -17,7 +18,7 @@ flutter: default_package: package_info_plus_web windows: default_package: package_info_plus_windows - + dependencies: flutter: sdk: flutter diff --git a/packages/package_info_plus_macos/pubspec.yaml b/packages/package_info_plus_macos/pubspec.yaml index 7968614da3..65b5d2ca29 100644 --- a/packages/package_info_plus_macos/pubspec.yaml +++ b/packages/package_info_plus_macos/pubspec.yaml @@ -1,7 +1,8 @@ name: package_info_plus_macos description: macOS implementation of the package_info_plus plugin. version: 0.1.0 -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus_macos +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ flutter: plugin: @@ -19,4 +20,4 @@ dependencies: sdk: flutter dev_dependencies: - pedantic: ^1.8.0 \ No newline at end of file + pedantic: ^1.8.0 diff --git a/packages/package_info_plus_platform_interface/pubspec.yaml b/packages/package_info_plus_platform_interface/pubspec.yaml index c502bed601..af28ac248b 100644 --- a/packages/package_info_plus_platform_interface/pubspec.yaml +++ b/packages/package_info_plus_platform_interface/pubspec.yaml @@ -1,7 +1,8 @@ name: package_info_plus_platform_interface description: A common platform interface for the package_info_plus plugin. -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus_platform_interface version: 0.1.0 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ dependencies: flutter: @@ -17,4 +18,4 @@ dev_dependencies: environment: sdk: ">=2.1.0 <3.0.0" - flutter: ">=1.9.1+hotfix.4 <2.0.0" \ No newline at end of file + flutter: ">=1.9.1+hotfix.4 <2.0.0" diff --git a/packages/package_info_plus_web/pubspec.yaml b/packages/package_info_plus_web/pubspec.yaml index 98e859a497..ffbe3ba270 100644 --- a/packages/package_info_plus_web/pubspec.yaml +++ b/packages/package_info_plus_web/pubspec.yaml @@ -1,7 +1,8 @@ name: package_info_plus_web description: Web platform implementation of package_info_plus -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus_web version: 0.1.0 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ flutter: plugin: diff --git a/packages/package_info_plus_windows/pubspec.yaml b/packages/package_info_plus_windows/pubspec.yaml index 29b4dfc2bc..ffadd64868 100644 --- a/packages/package_info_plus_windows/pubspec.yaml +++ b/packages/package_info_plus_windows/pubspec.yaml @@ -1,7 +1,8 @@ name: package_info_plus_windows description: Windows implementation of the package_info_plus plugin -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus_windows version: 0.1.0 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ environment: sdk: ">=2.7.0 <3.0.0" diff --git a/packages/sensors_plus/pubspec.yaml b/packages/sensors_plus/pubspec.yaml index b984a2eb92..a77fba7e16 100644 --- a/packages/sensors_plus/pubspec.yaml +++ b/packages/sensors_plus/pubspec.yaml @@ -1,7 +1,8 @@ name: sensors_plus description: Flutter plugin for accessing accelerometer and gyroscope sensors. -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/sensors_plus version: 0.5.0 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ flutter: plugin: diff --git a/packages/sensors_plus_platform_interface/pubspec.yaml b/packages/sensors_plus_platform_interface/pubspec.yaml index e3c963c9b7..4049ae78f2 100644 --- a/packages/sensors_plus_platform_interface/pubspec.yaml +++ b/packages/sensors_plus_platform_interface/pubspec.yaml @@ -1,7 +1,8 @@ name: sensors_plus_platform_interface description: A common platform interface for the sensors_plus plugin. -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/sensors_plus_platform_interface version: 0.1.0 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ dependencies: flutter: diff --git a/packages/sensors_plus_web/pubspec.yaml b/packages/sensors_plus_web/pubspec.yaml index 0eec2f8f02..f770c9424d 100644 --- a/packages/sensors_plus_web/pubspec.yaml +++ b/packages/sensors_plus_web/pubspec.yaml @@ -1,7 +1,8 @@ name: sensors_plus_web description: The web implementation of sensors_plus version: 0.1.0 -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/sensors_plus_web +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ environment: sdk: '>=2.7.0 <3.0.0' diff --git a/packages/share_plus/pubspec.yaml b/packages/share_plus/pubspec.yaml index 12926a8b85..d2debbdcc3 100644 --- a/packages/share_plus/pubspec.yaml +++ b/packages/share_plus/pubspec.yaml @@ -1,7 +1,8 @@ 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. -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus version: 1.1.1 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ flutter: plugin: diff --git a/packages/share_plus_linux/pubspec.yaml b/packages/share_plus_linux/pubspec.yaml index 07cfa152ff..522e59cb13 100644 --- a/packages/share_plus_linux/pubspec.yaml +++ b/packages/share_plus_linux/pubspec.yaml @@ -1,7 +1,8 @@ name: share_plus_linux description: Linux implementation of the share_plus plugin -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus_linux version: 1.1.0 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ environment: sdk: ">=2.7.0 <3.0.0" diff --git a/packages/share_plus_platform_interface/pubspec.yaml b/packages/share_plus_platform_interface/pubspec.yaml index 9470346574..91ee092fec 100644 --- a/packages/share_plus_platform_interface/pubspec.yaml +++ b/packages/share_plus_platform_interface/pubspec.yaml @@ -1,7 +1,8 @@ name: share_plus_platform_interface description: A common platform interface for the share_plus plugin. -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus version: 1.1.0 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ dependencies: flutter: diff --git a/packages/share_plus_windows/pubspec.yaml b/packages/share_plus_windows/pubspec.yaml index 1a1d530019..dd999aa241 100644 --- a/packages/share_plus_windows/pubspec.yaml +++ b/packages/share_plus_windows/pubspec.yaml @@ -1,7 +1,8 @@ name: share_plus_windows description: Windows implementation of the share_plus plugin -homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus_windows version: 0.1.0 +homepage: https://plus.fluttercommunity.dev/ +repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ environment: sdk: ">=2.7.0 <3.0.0"