mirror of
https://github.com/flutter/packages.git
synced 2025-08-06 17:28:42 +08:00
Update Flutter wiki links (#6789)
Updates all links to the Flutter wiki to point to their new location in the flutter/flutter repository. (The sole exception is a link to a doc that doesn't have a final home yet, and is linked from legacy code anyway so doesn't really need to be updated.) While touching the PR template, makes a few minor improvements: - Removes the breaking change discussion that doesn't apply to this repository, as breaking changes are handled totally differently for packages (and is covered by the link to docs about Dart versioning). - Adds text and a link to reflect the fact that some PRs can be changelog-exempt.
This commit is contained in:
@ -583,7 +583,7 @@ class PubspecCheckCommand extends PackageLoopingCommand {
|
||||
'''
|
||||
The following unexpected non-local dependencies were found:
|
||||
${badDependencies.map((String name) => ' $name').join('\n')}
|
||||
Please see https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#Dependencies
|
||||
Please see https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#Dependencies
|
||||
for more information and next steps.
|
||||
''',
|
||||
if (misplacedDevDependencies.isNotEmpty)
|
||||
|
Reference in New Issue
Block a user