pub_api_client 2.7.0 copy "pub_api_client: ^2.7.0" to clipboard
pub_api_client: ^2.7.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();
}
53
likes
120
pub points
88%
popularity

Publisher

verified publisherleoafarias.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dart_mappable, http, oauth2, path, pubspec

More

Packages that depend on pub_api_client