Staging
v0.4.2
https://pub.dev/packages/pub_updater
Raw File
pubspec.yaml
name: pub_updater
description: A Dart package which enables checking whether a package is up to date.
version: 0.3.1
homepage: https://github.com/VeryGoodOpenSource/pub_updater

environment:
  sdk: ">=3.0.0 <4.0.0"

dependencies:
  http: ^1.0.0
  json_annotation: ^4.1.0
  process: ^4.2.3
  pub_semver: ^2.1.3

dev_dependencies:
  build_runner: ^2.1.2
  json_serializable: ^6.5.3
  mocktail: ^0.3.0
  test: ^1.17.0
  very_good_analysis: ^5.0.0
back to top