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

outdated

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');
}
53
likes
0
pub points
90%
popularity

Publisher

verified publisherleoafarias.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

freezed_annotation, http, json_annotation, oauth2, path, pubspec

More

Packages that depend on pub_api_client