gsheets_aki 0.5.1 copy "gsheets_aki: ^0.5.1" to clipboard
gsheets_aki: ^0.5.1 copied to clipboard

A library for working with Google Sheets API v4. Manage your spreadsheets with gsheets in Dart.

40/ 160
pub points
26
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

155 out of 169 API elements (91.7 %) have documentation comments.

Some symbols that are missing documentation: gsheets_aki.Cell.column, gsheets_aki.Cell.row, gsheets_aki.Cell.value, gsheets_aki.Cell.worksheetTitle, gsheets_aki.ExportFormat.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

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

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

Found 12 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'gsheets.dart'.

lib/src/gsheets_client.dart:3:8

  ╷
3 │ import 'gsheets.dart';
  │        ^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/gsheets_client.dart

ERROR: The method 'GSheetsException' isn't defined for the type 'GSheetsAuth'.

lib/src/gsheets_client.dart:24:13

   ╷
24 │       throw GSheetsException('scopes must be provided');
   │             ^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/gsheets_client.dart

Failed report section
Support up-to-date dependencies
10 / 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.1 1.19.1 1.19.1
googleapis ^14.0.0 14.0.0 16.0.0
googleapis_auth ^2.0.0 2.2.0 2.2.0
http ^1.3.0 1.6.0 1.6.0
meta ^1.16.0 1.18.2 1.18.2
Transitive dependencies
Package Constraint Compatible Latest Notes
_discoveryapis_commons - 1.0.7 1.0.7
async - 2.13.0 2.13.0
crypto - 3.0.7 3.0.7
google_cloud - 0.3.0 0.3.0
google_identity_services_web - 0.3.3+1 0.3.3+1
http_parser - 4.1.2 4.1.2
io - 1.0.5 1.0.5
path - 1.9.1 1.9.1
shelf - 1.4.2 1.4.2
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
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

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

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

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 6 errors:

  • URI_DOES_NOT_EXIST - lib/src/gsheets_client.dart:3:8 - Target of URI doesn't exist: 'gsheets.dart'.
  • UNDEFINED_METHOD - lib/src/gsheets_client.dart:24:13 - The method 'GSheetsException' isn't defined for the type 'GSheetsAuth'.
  • UNDEFINED_METHOD - lib/src/gsheets_client.dart:38:11 - The method 'GSheetsException' isn't defined for the type 'GSheetsAuth'.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.11, Dart 3.11.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
40
points
26
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A library for working with Google Sheets API v4. Manage your spreadsheets with gsheets in Dart.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, googleapis, googleapis_auth, http, meta

More

Packages that depend on gsheets_aki