PubspecExtensions extension

Extensions on PubSpec to provide additional functionality.

Following the pubspec file definition on dart.dev https://dart.dev/tools/pub/pubspec

on
  • PubSpec

Methods

falseSecrets() List?
Optional. Specify files to ignore when conducting a pre-publishing search for potential leaks of secrets.
funding() List?
Optional. List of URLs where users can sponsor development of the package.
ignoredAdvisories() List?
Optional. List of ignored security advisories.
issueTracker() String?
Optional. URL pointing to an issue tracker for the package.
repository() String?
Optional. URL pointing to the package's source code repository.
screenshots() List<Screenshot>?
Optional. Specify a list of screenshot files to display on pub.dev
topics() List?
Optional field to list the topics that this packages belongs to.