googleapis_client 0.0.25 copy "googleapis_client: ^0.0.25" to clipboard
googleapis_client: ^0.0.25 copied to clipboard

A library googleapis_client for interact with google apis more easy.

1
likes
120/ 160
pub points
76
downloads

We analyzed this package 32 hours ago, and awarded it 120 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/azkadev/googleapis_client.git was unreachable. Make sure that the website is reachable via HEAD requests.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/azkadev/azkadev.git was unreachable. Make sure that the website is reachable via HEAD requests.

Funding URL doesn't exist.

At the time of the analysis https://github.com/sponsors/azkadev was unreachable. Make sure that the website is reachable via HEAD requests.

Funding URL doesn't exist.

At the time of the analysis https://github.com/sponsors/generalfoss was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

1032 out of 2496 API elements (41.3 %) have documentation comments.

Some symbols that are missing documentation: apis, ast, ast.ArrayExpression.ArrayExpression.new, ast.ArrayExpression.expressions, ast.ArrowFunctionNode.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:googleapis_client/googleapis_client.dart that imports:
  • package:googleapis_client/googleapis_client_core.dart that imports:
  • package:googleapis_client/youtube/youtube.dart that imports:
  • package:googleapis_client/youtube/youtube_no_auth.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:googleapis_client/googleapis_client.dart that imports:
  • package:googleapis_client/google_apis_client_key.dart that imports:
  • package:googleapis_client/packages/packages.dart that imports:
  • package:googleapis_client/packages/google_auth.dart that imports:
  • package:googleapis_client/packages/google_auth_io.dart that imports:
  • package:googleapis_auth/auth_io.dart that imports:
  • package:googleapis_auth/src/oauth2_flows/authorization_code_grant_server_flow.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 7 issues. Showing the first 2:

WARNING: Unused import: 'package:general_lib/general_lib_core.dart'.

bin/test.dart:4:8

4import 'package:general_lib/general_lib_core.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze bin/test.dart

WARNING: The value of the local variable 'url' isn't used.

bin/test.dart:8:10

8String url =
  │          ^^^
  ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze bin/test.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
collection ^1.19.0 1.19.1 1.19.1
general_lib ^0.0.56 0.0.71 0.0.71 Discontinued
googleapis ^13.2.0 13.2.0 14.0.0
googleapis_auth ^1.6.0 1.6.0 2.0.0
html ^0.15.0 0.15.6 0.15.6
http ^1.2.2 1.3.0 1.3.0
http_parser ^4.0.0 4.1.2 4.1.2
logging ^1.2.0 1.3.0 1.3.0
meta >=1.11.0 <=1.16.0 1.16.0 1.16.0
path ^1.9.0 1.9.1 1.9.1
unicode ^0.3.1 0.3.1 1.1.8
xml ^6.1.0 6.5.0 6.5.0
Transitive dependencies
Package Constraint Compatible Latest Notes
_discoveryapis_commons - 1.0.7 1.0.7
archive - 4.0.7 4.0.7
args - 2.7.0 2.7.0
asn1lib - 1.6.4 1.6.4
async - 2.13.0 2.13.0
charcode - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
csslib - 1.0.2 1.0.2
encrypt - 5.0.3 5.0.3
ffi - 2.1.4 2.1.4
fixnum - 1.1.1 1.1.1
google_identity_services_web - 0.3.3+1 0.3.3+1
image - 4.5.4 4.5.4
io - 1.0.5 1.0.5
io_universe - 0.0.8 0.0.8
js - 0.7.2 0.7.2 Discontinued
lists - 1.0.1 1.0.1 Discontinued
petitparser - 6.1.0 6.1.0
pointycastle - 3.9.1 4.0.0
posix - 6.0.2 6.0.2
qr - 3.0.2 3.0.2
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1
win32 - 5.12.0 5.12.0
yaml - 3.1.3 3.1.3
zxing2 - 0.2.3 0.2.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 4 issues. Showing the first 2:

The constraint `^13.2.0` on googleapis does not support the stable version `14.0.0`.

Try running dart pub upgrade --major-versions googleapis to update the constraint.

The constraint `^1.6.0` on googleapis_auth does not support the stable version `2.0.0`, that was published 27 days ago.

When googleapis_auth is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions googleapis_auth to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.21, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jun 7Jul 5Aug 2Aug 30Sep 27Oct 25Nov 22Dec 20Jan 17Feb 14Mar 14Apr 110100200300400500600700>=0.0.0-0 <1.0.0
1
likes
120
points
76
downloads

Publisher

unverified uploader

Weekly Downloads

2024.05.31 - 2025.04.25

A library googleapis_client for interact with google apis more easy.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com
github.com

License

unknown (license)

Dependencies

collection, general_lib, googleapis, googleapis_auth, html, http, http_parser, logging, meta, path, unicode, xml

More

Packages that depend on googleapis_client