strava_client 2.1.2 strava_client: ^2.1.2 copied to clipboard
A Flutter Client for Strava V3 Api Based on the old strava_flutter api.
We analyzed this package 6 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
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.
10/10 points: 20% or more of the public API has dartdoc comments
167 out of 779 API elements (21.4 %) have documentation comments.
Some symbols that are missing documentation: strava_client
, strava_client.ActivityStats.ActivityStats.fromJson
, strava_client.ActivityStats.ActivityStats.fromRawJson
, strava_client.ActivityStats.toJson
, strava_client.ActivityStats.toRawJson
.
10/10 points: Package has an example
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:strava_client/strava_client.dart
that imports:package:strava_client/src/strava_client.dart
that imports:package:strava_client/src/domain/repository/repository.dart
that imports:package:strava_client/src/domain/repository/repository_upload.dart
that imports:package:strava_client/src/domain/model/model.dart
that imports:package:strava_client/src/domain/model/model_upload_request.dart
that imports:dart:io
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:strava_client/strava_client.dart
that imports:package:strava_client/src/strava_client.dart
that imports:package:strava_client/src/domain/repository/repository.dart
that imports:package:strava_client/src/domain/repository/repository_authentication.dart
that imports:package:strava_client/src/common/common.dart
that imports:package:strava_client/src/common/injections.dart
that imports:package:strava_client/src/data/repository/repository.dart
that imports:package:strava_client/src/data/repository/repository_authentication_impl.dart
that imports:package:flutter_web_auth_2/flutter_web_auth_2.dart
that imports:package:flutter_web_auth_2/src/linows.dart
that imports:package:flutter_web_auth_2/src/webview.dart
that imports:package:desktop_webview_window/desktop_webview_window.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `iOS`.
Because:
package:strava_client/strava_client.dart
that imports:package:strava_client/src/strava_client.dart
that imports:package:strava_client/src/domain/repository/repository.dart
that imports:package:strava_client/src/domain/repository/repository_authentication.dart
that imports:package:strava_client/src/common/common.dart
that imports:package:strava_client/src/common/injections.dart
that imports:package:strava_client/src/data/repository/repository.dart
that imports:package:strava_client/src/data/repository/repository_authentication_impl.dart
that imports:package:flutter_web_auth_2/flutter_web_auth_2.dart
that imports:package:flutter_web_auth_2/src/linows.dart
that imports:package:flutter_web_auth_2/src/webview.dart
that imports:package:desktop_webview_window/desktop_webview_window.dart
that declares support for platforms:Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:strava_client/strava_client.dart
that imports:package:strava_client/src/strava_client.dart
that imports:package:strava_client/src/domain/repository/repository.dart
that imports:package:strava_client/src/domain/repository/repository_upload.dart
that imports:package:strava_client/src/domain/model/model.dart
that imports:package:strava_client/src/domain/model/model_upload_request.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'DioError' is deprecated and shouldn't be used. Use DioException instead. This will be removed in 6.0.0.
lib/src/data/repository/client.dart:83:18
╷
83 │ if (error is DioError) {
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/data/repository/client.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
app_links |
^6.3.2 |
6.3.2 | 6.3.2 |
dio |
^5.7.0 |
5.7.0 | 5.7.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_web_auth_2 |
^4.0.1 |
4.0.1 | 4.0.1 |
get_it |
^8.0.2 |
8.0.2 | 8.0.2 |
shared_preferences |
^2.3.2 |
2.3.2 | 2.3.2 |
url_launcher |
^6.3.1 |
6.3.1 | 6.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.