pub_api_client 2.6.0 copy "pub_api_client: ^2.6.0" to clipboard
pub_api_client: ^2.6.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
150
pub points
90%
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

collection, http, oauth2, path, pubspec

More

Packages that depend on pub_api_client