pub_api_client icon indicating copy to clipboard operation
pub_api_client copied to clipboard

The most complete & unofficial API Client for Dart Pub.dev

Results 7 pub_api_client issues
Sort by recently updated
recently updated
newest added

As described in issue #25 I updated dependencies in pubspec.yaml at the latest versions.

In one of my app I was trying to bump the version of `freezed_annotation` to the current version `2.1.0` and `freezed` version `2.1.0+1` but when I run `flutter pub get...

This is a proposal to replace [`package:pubspec`](https://pub.dev/packages/pubspec) by [`package:pubspec_parse`](https://pub.dev/packages/pubspec_parse). `pubspec_parse` is a package owned by the Dart team and seems to have a better quality score. Also it exposes more...

Hi everyone, for one of my side projects I'm using this package to create a desktop app to browse [pub.dev](https://pub.dev/) using the same concept of the AppStore, Windows Store, or...

I have a bit of code that calls ```await packageInfo(packageName)``` in a loop. The info is properly returned for each package queried. Yet when I end the loop to exit...

It would be useful to be able to access a packages license name (the way pub.dev webpage for a package shows it), eg. "MIT".