pub_api_client 4.0.0 copy "pub_api_client: ^4.0.0" to clipboard
pub_api_client: ^4.0.0 copied to clipboard

An API Client for Pub to interact with public package information.

example/example.dart

import 'package:pub_api_client/pub_api_client.dart';

void main() async {
  final client = PubClient();
  final packageScore = await client.packageScore('fvm');
  print('Package Score: $packageScore');
  client.close();
}
70
likes
160
points
213k
downloads

Documentation

API reference

Publisher

verified publisherleoafarias.com

Weekly Downloads

An API Client for Pub to interact with public package information.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dart_mappable, http, oauth2, path, pubspec_parse

More

Packages that depend on pub_api_client