fluttercommunity / plus_plugins

Flutter Community Plus Plugins
BSD 3-Clause "New" or "Revised" License
1.55k stars 927 forks source link

All: Change `homepage` from `pubspec.yaml` files to `https://github.com/fluttercommunity/plus_plugins` #3092

Closed jameshp closed 1 month ago

jameshp commented 1 month ago

Platform

-

Plugin

-

Version

-

Flutter SDK

-

Steps to reproduce

go to https://plus.fluttercommunity.dev/ -> see blank firebase hosting page

Code Sample

-

Logs

-

Flutter Doctor

-

Checklist before submitting a bug

miquelbeltran commented 1 month ago

The website was taken down on purpose, as keeping the site code and documentation up to date was too much of an effort.

jameshp commented 1 month ago

thx @miquelbeltran
ok, makes sense. sorry for my confusion. i just looked at the battery_plus plugin package and there are 2 dead links still pointing to that site.
https://pub.dev/packages/battery_plus

image

miquelbeltran commented 1 month ago

Ah thanks, that needs to be removed from the pubspec.yaml files: https://github.com/fluttercommunity/plus_plugins/blob/main/packages/battery_plus/battery_plus/pubspec.yaml#L4

muhib349 commented 1 month ago

I have changed the homepage url to https://github.com/fluttercommunity/plus_plugins. Can you please confirm, what about Plugin documentation website this link?

miquelbeltran commented 1 month ago

Did you submit a PR? @muhib349

homepage should be https://github.com/fluttercommunity/plus_plugins or https://github.com/fluttercommunity/plus_plugins/tree/main/packages/<package> I think, but I am not sure which one of the two options is better.

muhib349 commented 1 month ago

Did you submit a PR? @muhib349

homepage should be https://github.com/fluttercommunity/plus_plugins or https://github.com/fluttercommunity/plus_plugins/tree/main/packages/<package> I think, but I am not sure which one of the two options is better.

I guess first one is better. I'm submitting the PR.