pub_api_client 3.1.1 copy "pub_api_client: ^3.1.1" to clipboard
pub_api_client: ^3.1.1 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();
}
63
likes
160
points
98k
downloads

Publisher

verified publisherleoafarias.com

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dart_mappable, http, oauth2, path, pubspec_parse

More

Packages that depend on pub_api_client