Staging
v0.4.0
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.2.2
homepage: https://github.com/VeryGoodOpenSource/pub_updater

environment:
  sdk: ">=2.12.0 <3.0.0"

dependencies:
  http: ^0.13.3
  json_annotation: ^4.1.0
  process: ^4.2.3

dev_dependencies:
  build_runner: ^2.1.2
  json_serializable: ^5.0.0
  mocktail: ^0.2.0
  test: ^1.17.0
  very_good_analysis: ^2.4.0
back to top