repository constant
String
const repository
Repository
Current app repository
Repository The optional repository field should contain the URL for your package’s source code repository—for example, https://github.com/user/repository If you publish your package to the pub.flutter-io.cn site, then your package’s page displays the repository URL. While providing a repository is optional, please provide it or homepage (or both). It helps users understand where your package is coming from.
Implementation
static const String repository = r'https://github.com/exaby73/dpk';