dart-lang / dart-lang/pub-dev

[FEATURE REQUEST]: display package's dependencies' versions

Open
#6,434 2 comments 0 reactions 0 assignees View on GitHub
Type: enhancement
Dominant language
Dart
Stars
944
Forks
184
Avg merge
1d 15h
Merged PRs (30d)
12

Description

I am trying to use [`flutter_native_splash`](https://pub.dev/packages/flutter_native_splash) (at the time of writing the latest version is `2.2.17`) and [`flutter_launcher_icons`](https://pub.dev/packages/flutter_launcher_icons) (at the time of writing the latest version is `0.11.0`) at the same time in my app.

The problem I am facing is that `flutter_native_splash`'s latest version depends on `image ^4.0.10` while `flutter_launcher_icons`'s latest version depends on `image ^3.0.2`.
Screenshot 2023-02-18 at 11 54 40

My strategy to fixing this was to go to `pub.dev` and find the version of `flutter_native_splash` that depends on `image ^3.0.2`, but pub.dev does not display the version of dependencies of the selected package version.
Screenshot 2023-02-18 at 11 55 51

Adding a package version next to each of the dependencies will enable users to resolve such version incompatibilities much quicker.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.