pub-dev icon indicating copy to clipboard operation
pub-dev copied to clipboard

Missing check for buildability in "Support up-to-date dependencies" category

Open derdilla opened this issue 5 months ago • 0 comments

I just stumbled over a plugin pub.dev claims has full support for up-to-date dependencies, but fails android builds.

  • consider https://pub.dev/packages/jsaver/score
  • Support up-to-date dependencies 40 / 40

  • flutter create bug && cd bug && flutter pub add jsaver
    • warn messages related to jsaver show up on flutter beta channel
  • flutter build apk
    • Fails across different Flutter channels
    • FAILURE: Build failed with an exception.

    • This is because the plugin doesn't support the latest agp version
    • pub.dev (and maybe pana) fail to realize that

derdilla avatar Sep 20 '24 15:09 derdilla