pub-dev
pub-dev copied to clipboard
Missing check for buildability in "Support up-to-date dependencies" category
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 maybepana
) fail to realize that