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

A library googleapis_client for interact with google apis more easy.

1
likes
120/ 160
pub points
75
downloads

We analyzed this package 2 days 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

  ╷
4 │ import 'package:general_lib/general_lib_core.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

  ╷
8 │   String url =
  │          ^^^
  ╵

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.62 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.4.0 1.4.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.17.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.6.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.5 1.6.5
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 7.0.0
pointycastle - 3.9.1 4.0.0
posix - 6.0.3 6.0.3
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.14.0 5.14.0
yaml - 3.1.3 3.1.3
zxing2 - 0.2.4 0.2.4

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

Found 5 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`.

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.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
120
points
75
downloads

Publisher

unverified uploader

Weekly Downloads

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