upkeep 0.1.2 copy "upkeep: ^0.1.2" to clipboard
upkeep: ^0.1.2 copied to clipboard

Tells you the truth about your Flutter project's health - dying dependencies and invalid Android build matrices, each with the exact fix.

0.1.2 #

  • Document the PATH step. dart pub global activate puts the executable in ~/.pub-cache/bin, which is not on PATH by default, so the README's own first instruction failed for a new user. It now says so, and offers dart pub global run upkeep scan as the alternative.

0.1.1 #

  • Add an example, so the usage a new user needs is where pub.dev expects it.
  • Stop shipping the landing page inside the package. It was two thirds of the archive and of no use to anyone running the tool.

0.1.0 #

  • Initial release.
  • upkeep scan: dependency health verdicts for direct dependencies, backed by the pub.dev API (release recency, pub points, download volume, Dart 3 and WASM readiness, SDK constraints).
  • Android build matrix validation against Google's published AGP requirements for AGP 8.0 through 9.4 (Gradle, JDK, SDK Build Tools, max API level).
  • CI-friendly exit codes.
0
likes
160
points
--
downloads

Publisher

verified publisherabroid.dev

Tells you the truth about your Flutter project's health - dying dependencies and invalid Android build matrices, each with the exact fix.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, http, path, pub_semver, yaml

More

Packages that depend on upkeep